Html Css Color HEX #B1BFDC Light Steel Blue

📋 copy color: '#B1BFDC'

red 177 ◦ green 191 ◦ blue 220

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

Shades of Light Steel Blue #B1BFDC

Tints of Light Steel Blue #B1BFDC

RGB

 RED value IS 177 (69.53% from 255) = 30.1%

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

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

R = 30.1%
G = 32.48%
B = 37.41%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1BFDC (or 0xB1BFDC) is known color: Light Steel Blue. HEX triplet: B1, BF and DC. RGB value is (177,191,220). Sum of RGB (Red+Green+Blue) = 177+191+220=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFDC is #4E4023. Grayscale: #BDBDBD. Windows color (decimal): -5128228 or 14466993. OLE color: 14466993.

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

Color convert

RGB 177 191 220 -
CMYK 0.20 0.13 0 0.14
HSL 220.47º 0.38% 0.78% -
HSV(B) 220.47º 0.2% 0.86% -
XYZ 49.68 51.78 75.09 -
YUV 190.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 177 191 220 0.20 0.13 0 0.14 220.47 0.38 0.78
Hex B1 BF DC 14 D 0 E DC 26 4E
Octal 261 277 334 24 15 0 16 334 46 116
Binary 10110001 10111111 11011100 10100 1101 0 1110 11011100 100110 1001110

Color Harmonies of #B1BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BFDC

Black with #B1BFDC

Text Example


Text Example

White with #B1BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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