Html Css Color HEX #BBCBE1 Light Steel Blue

📋 copy color: '#BBCBE1'

red 187 ◦ green 203 ◦ blue 225

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

Shades of Light Steel Blue #BBCBE1

Tints of Light Steel Blue #BBCBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.01%

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

R = 30.41%
G = 33.01%
B = 36.59%

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

#BBCBE1 (or 0xBBCBE1) is known color: Light Steel Blue. HEX triplet: BB, CB and E1. RGB value is (187,203,225). Sum of RGB (Red+Green+Blue) = 187+203+225=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBE1 is #44341E. Grayscale: #C8C8C8. Windows color (decimal): -4469791 or 14797755. OLE color: 14797755.

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

Color convert

RGB 187 203 225 -
CMYK 0.17 0.10 0 0.12
HSL 214.74º 0.39% 0.81% -
HSV(B) 214.74º 0.17% 0.88% -
XYZ 55.44 58.71 79.64 -
YUV 200.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 187 203 225 0.17 0.10 0 0.12 214.74 0.39 0.81
Hex BB CB E1 11 A 0 C D7 27 51
Octal 273 313 341 21 12 0 14 327 47 121
Binary 10111011 11001011 11100001 10001 1010 0 1100 11010111 100111 1010001

Color Harmonies of #BBCBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBE1

Black with #BBCBE1

Text Example


Text Example

White with #BBCBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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