Html Css Color HEX #B0BCD9 Light Steel Blue

📋 copy color: '#B0BCD9'

red 176 ◦ green 188 ◦ blue 217

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

Shades of Light Steel Blue #B0BCD9

Tints of Light Steel Blue #B0BCD9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.36%

 BLUE value IS 217 (85.16% from 255) = 37.35%

R = 30.29%
G = 32.36%
B = 37.35%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B0BCD9 (or 0xB0BCD9) is known color: Light Steel Blue. HEX triplet: B0, BC and D9. RGB value is (176,188,217). Sum of RGB (Red+Green+Blue) = 176+188+217=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #B0BCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCD9 is #4F4326. Grayscale: #BBBBBB. Windows color (decimal): -5194535 or 14269616. OLE color: 14269616.

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

Color convert

RGB 176 188 217 -
CMYK 0.19 0.13 0 0.15
HSL 222.44º 0.35% 0.77% -
HSV(B) 222.44º 0.19% 0.85% -
XYZ 48.41 50.21 72.78 -
YUV 187.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 176 188 217 0.19 0.13 0 0.15 222.44 0.35 0.77
Hex B0 BC D9 13 D 0 F DE 23 4D
Octal 260 274 331 23 15 0 17 336 43 115
Binary 10110000 10111100 11011001 10011 1101 0 1111 11011110 100011 1001101

Color Harmonies of #B0BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCD9

Black with #B0BCD9

Text Example


Text Example

White with #B0BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCD9; }

 p { color: rgb(176,188,217); }

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

background-color css

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

 a { background-color: rgb(176,188,217); }

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

border-color css

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

 span { border-color: rgb(176,188,217); }

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