Html Css Color HEX #BBCBE0 Light Steel Blue

📋 copy color: '#BBCBE0'

red 187 ◦ green 203 ◦ blue 224

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

Shades of Light Steel Blue #BBCBE0

Tints of Light Steel Blue #BBCBE0

RGB

 RED value IS 187 (73.44% from 255) = 30.46%

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

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

R = 30.46%
G = 33.06%
B = 36.48%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBCBE0 (or 0xBBCBE0) is known color: Light Steel Blue. HEX triplet: BB, CB and E0. RGB value is (187,203,224). Sum of RGB (Red+Green+Blue) = 187+203+224=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBE0 is #44341F. Grayscale: #C8C8C8. Windows color (decimal): -4469792 or 14732219. OLE color: 14732219.

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

Color convert

RGB 187 203 224 -
CMYK 0.17 0.09 0 0.12
HSL 214.05º 0.37% 0.81% -
HSV(B) 214.05º 0.17% 0.88% -
XYZ 55.3 58.66 78.93 -
YUV 200.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 187 203 224 0.17 0.09 0 0.12 214.05 0.37 0.81
Hex BB CB E0 11 9 0 C D6 25 51
Octal 273 313 340 21 11 0 14 326 45 121
Binary 10111011 11001011 11100000 10001 1001 0 1100 11010110 100101 1010001

Color Harmonies of #BBCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBE0

Black with #BBCBE0

Text Example


Text Example

White with #BBCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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