Html Css Color HEX #B0BFDD Light Steel Blue

📋 copy color: '#B0BFDD'

red 176 ◦ green 191 ◦ blue 221

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

Shades of Light Steel Blue #B0BFDD

Tints of Light Steel Blue #B0BFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.59%

R = 29.93%
G = 32.48%
B = 37.59%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0BFDD (or 0xB0BFDD) is known color: Light Steel Blue. HEX triplet: B0, BF and DD. RGB value is (176,191,221). Sum of RGB (Red+Green+Blue) = 176+191+221=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFDD is #4F4022. Grayscale: #BDBDBD. Windows color (decimal): -5193763 or 14532528. OLE color: 14532528.

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

Color convert

RGB 176 191 221 -
CMYK 0.20 0.14 0 0.13
HSL 220º 0.4% 0.78% -
HSV(B) 220º 0.2% 0.87% -
XYZ 49.59 51.71 75.77 -
YUV 189.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 176 191 221 0.20 0.14 0 0.13 220 0.4 0.78
Hex B0 BF DD 14 E 0 D DC 28 4E
Octal 260 277 335 24 16 0 15 334 50 116
Binary 10110000 10111111 11011101 10100 1110 0 1101 11011100 101000 1001110

Color Harmonies of #B0BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BFDD

Black with #B0BFDD

Text Example


Text Example

White with #B0BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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