Html Css Color HEX #BBCCE3 Light Steel Blue

📋 copy color: '#BBCCE3'

red 187 ◦ green 204 ◦ blue 227

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

Shades of Light Steel Blue #BBCCE3

Tints of Light Steel Blue #BBCCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.73%

R = 30.26%
G = 33.01%
B = 36.73%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBCCE3 (or 0xBBCCE3) is known color: Light Steel Blue. HEX triplet: BB, CC and E3. RGB value is (187,204,227). Sum of RGB (Red+Green+Blue) = 187+204+227=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCE3 is #44331C. Grayscale: #C9C9C9. Windows color (decimal): -4469533 or 14929083. OLE color: 14929083.

HSL color Cylindrical-coordinate representation of color #BBCCE3: hue angle of 214.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCCE3 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 204 227 -
CMYK 0.18 0.10 0 0.11
HSL 214.5º 0.42% 0.81% -
HSV(B) 214.5º 0.18% 0.89% -
XYZ 55.95 59.3 81.17 -
YUV 201.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 187 204 227 0.18 0.10 0 0.11 214.5 0.42 0.81
Hex BB CC E3 12 A 0 B D6 2A 51
Octal 273 314 343 22 12 0 13 326 52 121
Binary 10111011 11001100 11100011 10010 1010 0 1011 11010110 101010 1010001

Color Harmonies of #BBCCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCE3

Black with #BBCCE3

Text Example


Text Example

White with #BBCCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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