Html Css Color HEX #B0C4DB Light Steel Blue

📋 copy color: '#B0C4DB'

red 176 ◦ green 196 ◦ blue 219

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

Shades of Light Steel Blue #B0C4DB

Tints of Light Steel Blue #B0C4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.16%

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

R = 29.78%
G = 33.16%
B = 37.06%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0C4DB (or 0xB0C4DB) is known color: Light Steel Blue. HEX triplet: B0, C4 and DB. RGB value is (176,196,219). Sum of RGB (Red+Green+Blue) = 176+196+219=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0C4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C4DB is #4F3B24. Grayscale: #C0C0C0. Windows color (decimal): -5192485 or 14402736. OLE color: 14402736.

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

Color convert

RGB 176 196 219 -
CMYK 0.20 0.11 0 0.14
HSL 212.09º 0.37% 0.77% -
HSV(B) 212.09º 0.2% 0.86% -
XYZ 50.43 53.82 74.75 -
YUV 192.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 176 196 219 0.20 0.11 0 0.14 212.09 0.37 0.77
Hex B0 C4 DB 14 B 0 E D4 25 4D
Octal 260 304 333 24 13 0 16 324 45 115
Binary 10110000 11000100 11011011 10100 1011 0 1110 11010100 100101 1001101

Color Harmonies of #B0C4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C4DB

Black with #B0C4DB

Text Example


Text Example

White with #B0C4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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