Html Css Color HEX #BBCFE2 Light Steel Blue

📋 copy color: '#BBCFE2'

red 187 ◦ green 207 ◦ blue 226

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

Shades of Light Steel Blue #BBCFE2

Tints of Light Steel Blue #BBCFE2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.39%

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

R = 30.16%
G = 33.39%
B = 36.45%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBCFE2 (or 0xBBCFE2) is known color: Light Steel Blue. HEX triplet: BB, CF and E2. RGB value is (187,207,226). Sum of RGB (Red+Green+Blue) = 187+207+226=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBCFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFE2 is #44301D. Grayscale: #CBCBCB. Windows color (decimal): -4468766 or 14864315. OLE color: 14864315.

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

Color convert

RGB 187 207 226 -
CMYK 0.17 0.08 0 0.11
HSL 209.23º 0.4% 0.81% -
HSV(B) 209.23º 0.17% 0.89% -
XYZ 56.53 60.68 80.68 -
YUV 203.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 187 207 226 0.17 0.08 0 0.11 209.23 0.4 0.81
Hex BB CF E2 11 8 0 B D1 28 51
Octal 273 317 342 21 10 0 13 321 50 121
Binary 10111011 11001111 11100010 10001 1000 0 1011 11010001 101000 1010001

Color Harmonies of #BBCFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFE2

Black with #BBCFE2

Text Example


Text Example

White with #BBCFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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