#BBCFE2

Color #BBCFE2 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #BBCFE2

Tints of Light Steel Blue #BBCFE2

Color information

#BBCFE2 (or 0xBBCFE2) is unknown color: approx Light Steel Blue. HEX triplet: BB, CF and E2. RGB value is (187,207,226). Sum of RGB (Red+Green+Blue) = 187+207+226=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBCFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFE2 is #44301D. Grayscale: #CBCBCB. Windows color (decimal): -4468766 or 14864315. OLE color: 14864315.

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

Color convert

RGB187207226-
CMYK0.170.0800.11
HSL209.23º40.21%80.98%-
HSV(B)209.23º17.26%88.63%-
XYZ56.5360.6880.68-
YUV203.19140.87116.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 226 (88.67% from 255) = 36.45%
R=30.16%
G=33.39%
B=36.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872072260.170.0800.11209.2340.2180.98
HexBBCFE21180Bd12851
Octal273317342211001332150121
Binary10111011110011111110001010001100001011110100011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFE2; }

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

 H1.HeaderClassName
 {
   color: #BBCFE2;
 }
 .AnyTagClassName
 {
   color: #BBCFE2;
 }
</style>
background-color css

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

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

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

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

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

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