Html Css Color HEX #BCCBE0 Light Steel Blue

📋 copy color: '#BCCBE0'

red 188 ◦ green 203 ◦ blue 224

#BCCBE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #BCCBE0

Tints of Light Steel Blue #BCCBE0

RGB

 RED value IS 188 (73.83% from 255) = 30.57%

 GREEN value IS 203 (79.69% from 255) = 33.01%

 BLUE value IS 224 (87.89% from 255) = 36.42%

R = 30.57%
G = 33.01%
B = 36.42%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCCBE0 (or 0xBCCBE0) is known color: Light Steel Blue. HEX triplet: BC, CB and E0. RGB value is (188,203,224). Sum of RGB (Red+Green+Blue) = 188+203+224=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBE0 is #43341F. Grayscale: #C8C8C8. Windows color (decimal): -4404256 or 14732220. OLE color: 14732220.

HSL color Cylindrical-coordinate representation of color #BCCBE0: hue angle of 215º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCBE0 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 203 224 -
CMYK 0.16 0.09 0 0.12
HSL 215º 0.37% 0.81% -
HSV(B) 215º 0.16% 0.88% -
XYZ 55.55 58.79 78.94 -
YUV 200.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 188 203 224 0.16 0.09 0 0.12 215 0.37 0.81
Hex BC CB E0 10 9 0 C D7 25 51
Octal 274 313 340 20 11 0 14 327 45 121
Binary 10111100 11001011 11100000 10000 1001 0 1100 11010111 100101 1010001

Color Harmonies of #BCCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBE0

Black with #BCCBE0

Text Example


Text Example

White with #BCCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBE0; }

 p { color: rgb(188,203,224); }

 H1.HeaderClassName
 {
   color: #BCCBE0;
 }
 .AnyTagClassName
 {
   color: #BCCBE0;
 }
</style>

background-color css

<style>
 a { background-color: #BCCBE0; }

 a { background-color: rgb(188,203,224); }

 div.DivClassName
 {
   background-color: #BCCBE0;
 }
 .BgClassName
 {
   background-color: #BCCBE0;
 }
</style>

border-color css

<style>
 span { border-color: #BCCBE0; }

 span { border-color: rgb(188,203,224); }

 td.TdClassName
 {
   border-color: #BCCBE0;
 }
 .TagClassName
 {
   border-color: #BCCBE0;
 }
</style>