Html Css Color HEX #BBCCE1 Light Steel Blue

📋 copy color: '#BBCCE1'

red 187 ◦ green 204 ◦ blue 225

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

Shades of Light Steel Blue #BBCCE1

Tints of Light Steel Blue #BBCCE1

RGB

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

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

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

R = 30.36%
G = 33.12%
B = 36.53%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBCCE1 (or 0xBBCCE1) is known color: Light Steel Blue. HEX triplet: BB, CC and E1. RGB value is (187,204,225). Sum of RGB (Red+Green+Blue) = 187+204+225=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCE1 is #44331E. Grayscale: #C9C9C9. Windows color (decimal): -4469535 or 14798011. OLE color: 14798011.

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

Color convert

RGB 187 204 225 -
CMYK 0.17 0.09 0 0.12
HSL 213.16º 0.39% 0.81% -
HSV(B) 213.16º 0.17% 0.88% -
XYZ 55.68 59.19 79.72 -
YUV 201.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 187 204 225 0.17 0.09 0 0.12 213.16 0.39 0.81
Hex BB CC E1 11 9 0 C D5 27 51
Octal 273 314 341 21 11 0 14 325 47 121
Binary 10111011 11001100 11100001 10001 1001 0 1100 11010101 100111 1010001

Color Harmonies of #BBCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCE1

Black with #BBCCE1

Text Example


Text Example

White with #BBCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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