Html Css Color HEX #B2C0DE Light Steel Blue

📋 copy color: '#B2C0DE'

red 178 ◦ green 192 ◦ blue 222

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

Shades of Light Steel Blue #B2C0DE

Tints of Light Steel Blue #B2C0DE

RGB

 RED value IS 178 (69.92% from 255) = 30.07%

 GREEN value IS 192 (75.39% from 255) = 32.43%

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 30.07%
G = 32.43%
B = 37.5%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2C0DE (or 0xB2C0DE) is known color: Light Steel Blue. HEX triplet: B2, C0 and DE. RGB value is (178,192,222). Sum of RGB (Red+Green+Blue) = 178+192+222=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2C0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C0DE is #4D3F21. Grayscale: #BFBFBF. Windows color (decimal): -5062434 or 14598322. OLE color: 14598322.

HSL color Cylindrical-coordinate representation of color #B2C0DE: hue angle of 220.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2C0DE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 192 222 -
CMYK 0.20 0.14 0 0.13
HSL 220.91º 0.4% 0.78% -
HSV(B) 220.91º 0.2% 0.87% -
XYZ 50.39 52.44 76.57 -
YUV 191.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 178 192 222 0.20 0.14 0 0.13 220.91 0.4 0.78
Hex B2 C0 DE 14 E 0 D DD 28 4E
Octal 262 300 336 24 16 0 15 335 50 116
Binary 10110010 11000000 11011110 10100 1110 0 1101 11011101 101000 1001110

Color Harmonies of #B2C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C0DE

Black with #B2C0DE

Text Example


Text Example

White with #B2C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C0DE; }

 p { color: rgb(178,192,222); }

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

background-color css

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

 a { background-color: rgb(178,192,222); }

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

border-color css

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

 span { border-color: rgb(178,192,222); }

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