Html Css Color HEX #BBCAE0 Light Steel Blue

📋 copy color: '#BBCAE0'

red 187 ◦ green 202 ◦ blue 224

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

Shades of Light Steel Blue #BBCAE0

Tints of Light Steel Blue #BBCAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.95%

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

R = 30.51%
G = 32.95%
B = 36.54%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBCAE0 (or 0xBBCAE0) is known color: Light Steel Blue. HEX triplet: BB, CA and E0. RGB value is (187,202,224). Sum of RGB (Red+Green+Blue) = 187+202+224=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAE0 is #44351F. Grayscale: #C7C7C7. Windows color (decimal): -4470048 or 14731963. OLE color: 14731963.

HSL color Cylindrical-coordinate representation of color #BBCAE0: hue angle of 215.68º 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 #BBCAE0 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 202 224 -
CMYK 0.17 0.10 0 0.12
HSL 215.68º 0.37% 0.81% -
HSV(B) 215.68º 0.17% 0.88% -
XYZ 55.07 58.19 78.85 -
YUV 200.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 187 202 224 0.17 0.10 0 0.12 215.68 0.37 0.81
Hex BB CA E0 11 A 0 C D8 25 51
Octal 273 312 340 21 12 0 14 330 45 121
Binary 10111011 11001010 11100000 10001 1010 0 1100 11011000 100101 1010001

Color Harmonies of #BBCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAE0

Black with #BBCAE0

Text Example


Text Example

White with #BBCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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