Html Css Color HEX #B1BFDB Light Steel Blue

📋 copy color: '#B1BFDB'

red 177 ◦ green 191 ◦ blue 219

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

Shades of Light Steel Blue #B1BFDB

Tints of Light Steel Blue #B1BFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 30.15%
G = 32.54%
B = 37.31%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1BFDB (or 0xB1BFDB) is known color: Light Steel Blue. HEX triplet: B1, BF and DB. RGB value is (177,191,219). Sum of RGB (Red+Green+Blue) = 177+191+219=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFDB is #4E4024. Grayscale: #BDBDBD. Windows color (decimal): -5128229 or 14401457. OLE color: 14401457.

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

Color convert

RGB 177 191 219 -
CMYK 0.19 0.13 0 0.14
HSL 220º 0.37% 0.78% -
HSV(B) 220º 0.19% 0.86% -
XYZ 49.55 51.72 74.39 -
YUV 190.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 177 191 219 0.19 0.13 0 0.14 220 0.37 0.78
Hex B1 BF DB 13 D 0 E DC 25 4E
Octal 261 277 333 23 15 0 16 334 45 116
Binary 10110001 10111111 11011011 10011 1101 0 1110 11011100 100101 1001110

Color Harmonies of #B1BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BFDB

Black with #B1BFDB

Text Example


Text Example

White with #B1BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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