Html Css Color HEX #B1BDDB Light Steel Blue

📋 copy color: '#B1BDDB'

red 177 ◦ green 189 ◦ blue 219

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

Shades of Light Steel Blue #B1BDDB

Tints of Light Steel Blue #B1BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.31%

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

R = 30.26%
G = 32.31%
B = 37.44%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1BDDB (or 0xB1BDDB) is known color: Light Steel Blue. HEX triplet: B1, BD and DB. RGB value is (177,189,219). Sum of RGB (Red+Green+Blue) = 177+189+219=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDDB is #4E4224. Grayscale: #BCBCBC. Windows color (decimal): -5128741 or 14400945. OLE color: 14400945.

HSL color Cylindrical-coordinate representation of color #B1BDDB: hue angle of 222.86º 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 #B1BDDB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 189 219 -
CMYK 0.19 0.14 0 0.14
HSL 222.86º 0.37% 0.78% -
HSV(B) 222.86º 0.19% 0.86% -
XYZ 49.12 50.86 74.25 -
YUV 188.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 177 189 219 0.19 0.14 0 0.14 222.86 0.37 0.78
Hex B1 BD DB 13 E 0 E DF 25 4E
Octal 261 275 333 23 16 0 16 337 45 116
Binary 10110001 10111101 11011011 10011 1110 0 1110 11011111 100101 1001110

Color Harmonies of #B1BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDDB

Black with #B1BDDB

Text Example


Text Example

White with #B1BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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