Html Css Color HEX #BBCDE2 Light Steel Blue

📋 copy color: '#BBCDE2'

red 187 ◦ green 205 ◦ blue 226

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

Shades of Light Steel Blue #BBCDE2

Tints of Light Steel Blue #BBCDE2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.17%

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

R = 30.26%
G = 33.17%
B = 36.57%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBCDE2 (or 0xBBCDE2) is known color: Light Steel Blue. HEX triplet: BB, CD and E2. RGB value is (187,205,226). Sum of RGB (Red+Green+Blue) = 187+205+226=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBCDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDE2 is #44321D. Grayscale: #C9C9C9. Windows color (decimal): -4469278 or 14863803. OLE color: 14863803.

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

Color convert

RGB 187 205 226 -
CMYK 0.17 0.09 0 0.11
HSL 212.31º 0.4% 0.81% -
HSV(B) 212.31º 0.17% 0.89% -
XYZ 56.05 59.72 80.52 -
YUV 202.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 187 205 226 0.17 0.09 0 0.11 212.31 0.4 0.81
Hex BB CD E2 11 9 0 B D4 28 51
Octal 273 315 342 21 11 0 13 324 50 121
Binary 10111011 11001101 11100010 10001 1001 0 1011 11010100 101000 1010001

Color Harmonies of #BBCDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDE2

Black with #BBCDE2

Text Example


Text Example

White with #BBCDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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