Html Css Color HEX #BBCDE1 Light Steel Blue

📋 copy color: '#BBCDE1'

red 187 ◦ green 205 ◦ blue 225

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

Shades of Light Steel Blue #BBCDE1

Tints of Light Steel Blue #BBCDE1

RGB

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

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

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

R = 30.31%
G = 33.23%
B = 36.47%

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

#BBCDE1 (or 0xBBCDE1) is known color: Light Steel Blue. HEX triplet: BB, CD and E1. RGB value is (187,205,225). Sum of RGB (Red+Green+Blue) = 187+205+225=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDE1 is #44321E. Grayscale: #C9C9C9. Windows color (decimal): -4469279 or 14798267. OLE color: 14798267.

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

Color convert

RGB 187 205 225 -
CMYK 0.17 0.09 0 0.12
HSL 211.58º 0.39% 0.81% -
HSV(B) 211.58º 0.17% 0.88% -
XYZ 55.92 59.66 79.8 -
YUV 201.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 187 205 225 0.17 0.09 0 0.12 211.58 0.39 0.81
Hex BB CD E1 11 9 0 C D4 27 51
Octal 273 315 341 21 11 0 14 324 47 121
Binary 10111011 11001101 11100001 10001 1001 0 1100 11010100 100111 1010001

Color Harmonies of #BBCDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCDE1

Black with #BBCDE1

Text Example


Text Example

White with #BBCDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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