Html Css Color HEX #B2BFDB Light Steel Blue

📋 copy color: '#B2BFDB'

red 178 ◦ green 191 ◦ blue 219

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

Shades of Light Steel Blue #B2BFDB

Tints of Light Steel Blue #B2BFDB

RGB

 RED value IS 178 (69.92% from 255) = 30.27%

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

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

R = 30.27%
G = 32.48%
B = 37.24%

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

#B2BFDB (or 0xB2BFDB) is known color: Light Steel Blue. HEX triplet: B2, BF and DB. RGB value is (178,191,219). Sum of RGB (Red+Green+Blue) = 178+191+219=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFDB is #4D4024. Grayscale: #BEBEBE. Windows color (decimal): -5062693 or 14401458. OLE color: 14401458.

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

Color convert

RGB 178 191 219 -
CMYK 0.19 0.13 0 0.14
HSL 220.98º 0.36% 0.78% -
HSV(B) 220.98º 0.19% 0.86% -
XYZ 49.78 51.84 74.4 -
YUV 190.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 178 191 219 0.19 0.13 0 0.14 220.98 0.36 0.78
Hex B2 BF DB 13 D 0 E DD 24 4E
Octal 262 277 333 23 15 0 16 335 44 116
Binary 10110010 10111111 11011011 10011 1101 0 1110 11011101 100100 1001110

Color Harmonies of #B2BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFDB

Black with #B2BFDB

Text Example


Text Example

White with #B2BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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