Color Hex Logo

#bcc5fb Color Hex

#BCC5FB
(188,197,251)
0 Favorites   0 Comments

Color spaces of #bcc5fb

RGB 188197251
HSL0.640.890.86
HSV231°25°98°
CMYK 0.250.220.00   0.02
XYZ58.117957.588999.3194
Yxy57.58890.27030.2678
Hunter Lab75.88743.9004-24.4761
CIE-Lab80.50978.3954-27.5681

#bcc5fb color RGB value is (188,197,251).

#bcc5fb hex color red value is 188, green value is 197 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bcc5fb hue: 0.64 , saturation: 0.89 and the lightness value of bcc5fb is 0.86.

The process color (four color CMYK) of #bcc5fb color hex is 0.25, 0.22, 0.00, 0.02. Web safe color of #bcc5fb is #ccccff. Color #bcc5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 11111011
Octal 274 305 373
Decimal 188 197 251
Hex BC C5 FB

RGB Percentages of Color #bcc5fb

%29.56
%30.97
%39.47

CMYK Percentages of Color #bcc5fb

%25
%22
%0
%2

Triadic Colors of #bcc5fb

#bcc5fb #fbbcc5 #c5fbbc

Analogous Colors of #bcc5fb

#bcc5fb #d3bcfb #bce5fb

Monochromatic Colors of #bcc5fb

#bcc5fb

Complementary Color

#bcc5fb #fbf2bc

#bcc5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc5fb Color CSS Codes

.mybgcolor {background-color:#bcc5fb; } 
.myforecolor {color:#bcc5fb; }
.mybordercolor {border:3px solid #bcc5fb; }

#bcc5fb Text Font Color

<p style="color:#bcc5fb">Text here</p>

This sample text font color is #bcc5fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bcc5fb Background Color

<div style="background-color:#bcc5fb">
Div content here</div>

This div background color is #bcc5fb


#bcc5fb Border Color

<div style="border:3px solid #bcc5fb">
Div here</div>

This div border color is #bcc5fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,197,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcc5fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcc5fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bcc5fb;
  box-shadow:         1px 1px 3px 2px #bcc5fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,197,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bcc5fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc5fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bcc5fb;
  box-shadow:         1px 1px 3px 2px #bcc5fb;">
Div content here</div>

This div box has shadow with color #bcc5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.