Html Css Color HEX #B4BFDB Light Steel Blue

📋 copy color: '#B4BFDB'

red 180 ◦ green 191 ◦ blue 219

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

Shades of Light Steel Blue #B4BFDB

Tints of Light Steel Blue #B4BFDB

RGB

 RED value IS 180 (70.7% from 255) = 30.51%

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

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

R = 30.51%
G = 32.37%
B = 37.12%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4BFDB (or 0xB4BFDB) is known color: Light Steel Blue. HEX triplet: B4, BF and DB. RGB value is (180,191,219). Sum of RGB (Red+Green+Blue) = 180+191+219=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFDB is #4B4024. Grayscale: #BEBEBE. Windows color (decimal): -4931621 or 14401460. OLE color: 14401460.

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

Color convert

RGB 180 191 219 -
CMYK 0.18 0.13 0 0.14
HSL 223.08º 0.35% 0.78% -
HSV(B) 223.08º 0.18% 0.86% -
XYZ 50.24 52.08 74.42 -
YUV 190.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 180 191 219 0.18 0.13 0 0.14 223.08 0.35 0.78
Hex B4 BF DB 12 D 0 E DF 23 4E
Octal 264 277 333 22 15 0 16 337 43 116
Binary 10110100 10111111 11011011 10010 1101 0 1110 11011111 100011 1001110

Color Harmonies of #B4BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFDB

Black with #B4BFDB

Text Example


Text Example

White with #B4BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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