Html Css Color HEX #B0C0DB Light Steel Blue

📋 copy color: '#B0C0DB'

red 176 ◦ green 192 ◦ blue 219

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

Shades of Light Steel Blue #B0C0DB

Tints of Light Steel Blue #B0C0DB

RGB

 RED value IS 176 (69.14% from 255) = 29.98%

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

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 29.98%
G = 32.71%
B = 37.31%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0C0DB (or 0xB0C0DB) is known color: Light Steel Blue. HEX triplet: B0, C0 and DB. RGB value is (176,192,219). Sum of RGB (Red+Green+Blue) = 176+192+219=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 192 (75.39% from 255 or 32.71% 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 #B0C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0DB is #4F3F24. Grayscale: #BEBEBE. Windows color (decimal): -5193509 or 14401712. OLE color: 14401712.

HSL color Cylindrical-coordinate representation of color #B0C0DB: hue angle of 217.67º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0C0DB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 192 219 -
CMYK 0.20 0.12 0 0.14
HSL 217.67º 0.37% 0.77% -
HSV(B) 217.67º 0.2% 0.86% -
XYZ 49.54 52.04 74.45 -
YUV 190.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 176 192 219 0.20 0.12 0 0.14 217.67 0.37 0.77
Hex B0 C0 DB 14 C 0 E DA 25 4D
Octal 260 300 333 24 14 0 16 332 45 115
Binary 10110000 11000000 11011011 10100 1100 0 1110 11011010 100101 1001101

Color Harmonies of #B0C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C0DB

Black with #B0C0DB

Text Example


Text Example

White with #B0C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C0DB; }

 p { color: rgb(176,192,219); }

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

background-color css

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

 a { background-color: rgb(176,192,219); }

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

border-color css

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

 span { border-color: rgb(176,192,219); }

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