#B2BEDB

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

Shades of Light Steel Blue #B2BEDB

Tints of Light Steel Blue #B2BEDB

Color information

#B2BEDB (or 0xB2BEDB) is unknown color: approx Light Steel Blue. HEX triplet: B2, BE and DB. RGB value is (178,190,219). Sum of RGB (Red+Green+Blue) = 178+190+219=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEDB is #4D4124. Grayscale: #BDBDBD. Windows color (decimal): -5062949 or 14401202. OLE color: 14401202.

HSL color Cylindrical-coordinate representation of color #B2BEDB: hue angle of 222.44º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2BEDB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178190219-
CMYK0.190.1300.14
HSL222.44º36.28%77.84%-
HSV(B)222.44º18.72%85.88%-
XYZ49.5651.4174.33-
YUV189.72144.52119.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.32%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=30.32%
G=32.37%
B=37.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781902190.190.1300.14222.4436.2877.84
HexB2BEDB13D0Ede244e
Octal262276333231501633644116
Binary10110010101111101101101110011110101110110111101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEDB; }

 p { color: rgb(178,190,219); }

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

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

 a { background-color: rgb(178,190,219); }

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

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

 span { border-color: rgb(178,190,219); }

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