Html Css Color HEX #B0C1DB Light Steel Blue

📋 copy color: '#B0C1DB'

red 176 ◦ green 193 ◦ blue 219

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

Shades of Light Steel Blue #B0C1DB

Tints of Light Steel Blue #B0C1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.82%

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

R = 29.93%
G = 32.82%
B = 37.24%

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

#B0C1DB (or 0xB0C1DB) is known color: Light Steel Blue. HEX triplet: B0, C1 and DB. RGB value is (176,193,219). Sum of RGB (Red+Green+Blue) = 176+193+219=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C1DB is #4F3E24. Grayscale: #BEBEBE. Windows color (decimal): -5193253 or 14401968. OLE color: 14401968.

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

Color convert

RGB 176 193 219 -
CMYK 0.20 0.12 0 0.14
HSL 216.28º 0.37% 0.77% -
HSV(B) 216.28º 0.2% 0.86% -
XYZ 49.76 52.48 74.53 -
YUV 190.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 176 193 219 0.20 0.12 0 0.14 216.28 0.37 0.77
Hex B0 C1 DB 14 C 0 E D8 25 4D
Octal 260 301 333 24 14 0 16 330 45 115
Binary 10110000 11000001 11011011 10100 1100 0 1110 11011000 100101 1001101

Color Harmonies of #B0C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C1DB

Black with #B0C1DB

Text Example


Text Example

White with #B0C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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