Html Css Color HEX #BBCAE1 Light Steel Blue

📋 copy color: '#BBCAE1'

red 187 ◦ green 202 ◦ blue 225

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

Shades of Light Steel Blue #BBCAE1

Tints of Light Steel Blue #BBCAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.64%

R = 30.46%
G = 32.9%
B = 36.64%

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

#BBCAE1 (or 0xBBCAE1) is known color: Light Steel Blue. HEX triplet: BB, CA and E1. RGB value is (187,202,225). Sum of RGB (Red+Green+Blue) = 187+202+225=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAE1 is #44351E. Grayscale: #C8C8C8. Windows color (decimal): -4470047 or 14797499. OLE color: 14797499.

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

Color convert

RGB 187 202 225 -
CMYK 0.17 0.10 0 0.12
HSL 216.32º 0.39% 0.81% -
HSV(B) 216.32º 0.17% 0.88% -
XYZ 55.2 58.24 79.57 -
YUV 200.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 187 202 225 0.17 0.10 0 0.12 216.32 0.39 0.81
Hex BB CA E1 11 A 0 C D8 27 51
Octal 273 312 341 21 12 0 14 330 47 121
Binary 10111011 11001010 11100001 10001 1010 0 1100 11011000 100111 1010001

Color Harmonies of #BBCAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAE1

Black with #BBCAE1

Text Example


Text Example

White with #BBCAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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