Html Css Color HEX #B0BBD6 Light Steel Blue

📋 copy color: '#B0BBD6'

red 176 ◦ green 187 ◦ blue 214

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

Shades of Light Steel Blue #B0BBD6

Tints of Light Steel Blue #B0BBD6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.41%

 BLUE value IS 214 (83.98% from 255) = 37.09%

R = 30.5%
G = 32.41%
B = 37.09%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B0BBD6 (or 0xB0BBD6) is known color: Light Steel Blue. HEX triplet: B0, BB and D6. RGB value is (176,187,214). Sum of RGB (Red+Green+Blue) = 176+187+214=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #B0BBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBD6 is #4F4429. Grayscale: #BABABA. Windows color (decimal): -5194794 or 14072752. OLE color: 14072752.

HSL color Cylindrical-coordinate representation of color #B0BBD6: hue angle of 222.63º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BBD6 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 187 214 -
CMYK 0.18 0.13 0 0.16
HSL 222.63º 0.32% 0.76% -
HSV(B) 222.63º 0.18% 0.84% -
XYZ 47.81 49.63 70.68 -
YUV 186.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 176 187 214 0.18 0.13 0 0.16 222.63 0.32 0.76
Hex B0 BB D6 12 D 0 10 DF 20 4C
Octal 260 273 326 22 15 0 20 337 40 114
Binary 10110000 10111011 11010110 10010 1101 0 10000 11011111 100000 1001100

Color Harmonies of #B0BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBD6

Black with #B0BBD6

Text Example


Text Example

White with #B0BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBD6; }

 p { color: rgb(176,187,214); }

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

background-color css

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

 a { background-color: rgb(176,187,214); }

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

border-color css

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

 span { border-color: rgb(176,187,214); }

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