Html Css Color HEX #B0BFDC Light Steel Blue

📋 copy color: '#B0BFDC'

red 176 ◦ green 191 ◦ blue 220

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

Shades of Light Steel Blue #B0BFDC

Tints of Light Steel Blue #B0BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 32.54%

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 29.98%
G = 32.54%
B = 37.48%

CMYK

 C value IS 0.2

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0BFDC (or 0xB0BFDC) is known color: Light Steel Blue. HEX triplet: B0, BF and DC. RGB value is (176,191,220). Sum of RGB (Red+Green+Blue) = 176+191+220=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFDC is #4F4023. Grayscale: #BDBDBD. Windows color (decimal): -5193764 or 14466992. OLE color: 14466992.

HSL color Cylindrical-coordinate representation of color #B0BFDC: hue angle of 219.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0BFDC is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 191 220 -
CMYK 0.2 0.13 0 0.14
HSL 219.55º 0.39% 0.78% -
HSV(B) 219.55º 0.2% 0.86% -
XYZ 49.45 51.66 75.07 -
YUV 189.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 176 191 220 0.2 0.13 0 0.14 219.55 0.39 0.78
Hex B0 BF DC 14 D 0 E DC 27 4E
Octal 260 277 334 24 15 0 16 334 47 116
Binary 10110000 10111111 11011100 10100 1101 0 1110 11011100 100111 1001110

Color Harmonies of #B0BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFDC

Black with #B0BFDC

Text Example


Text Example

White with #B0BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFDC; }

 p { color: rgb(176,191,220); }

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

background-color css

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

 a { background-color: rgb(176,191,220); }

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

border-color css

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

 span { border-color: rgb(176,191,220); }

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