Html Css Color HEX #BBCCE2 Light Steel Blue

📋 copy color: '#BBCCE2'

red 187 ◦ green 204 ◦ blue 226

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

Shades of Light Steel Blue #BBCCE2

Tints of Light Steel Blue #BBCCE2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.06%

 BLUE value IS 226 (88.67% from 255) = 36.63%

R = 30.31%
G = 33.06%
B = 36.63%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBCCE2 (or 0xBBCCE2) is known color: Light Steel Blue. HEX triplet: BB, CC and E2. RGB value is (187,204,226). Sum of RGB (Red+Green+Blue) = 187+204+226=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBCCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCE2 is #44331D. Grayscale: #C9C9C9. Windows color (decimal): -4469534 or 14863547. OLE color: 14863547.

HSL color Cylindrical-coordinate representation of color #BBCCE2: hue angle of 213.85º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCCE2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 204 226 -
CMYK 0.17 0.10 0 0.11
HSL 213.85º 0.4% 0.81% -
HSV(B) 213.85º 0.17% 0.89% -
XYZ 55.81 59.24 80.44 -
YUV 201.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 187 204 226 0.17 0.10 0 0.11 213.85 0.4 0.81
Hex BB CC E2 11 A 0 B D6 28 51
Octal 273 314 342 21 12 0 13 326 50 121
Binary 10111011 11001100 11100010 10001 1010 0 1011 11010110 101000 1010001

Color Harmonies of #BBCCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCE2

Black with #BBCCE2

Text Example


Text Example

White with #BBCCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCE2; }

 p { color: rgb(187,204,226); }

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

background-color css

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

 a { background-color: rgb(187,204,226); }

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

border-color css

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

 span { border-color: rgb(187,204,226); }

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