Html Css Color HEX #B9BDE0 Lavender Grey

📋 copy color: '#B9BDE0'

red 185 ◦ green 189 ◦ blue 224

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

Shades of Lavender Grey #B9BDE0

Tints of Lavender Grey #B9BDE0

RGB

 RED value IS 185 (72.66% from 255) = 30.94%

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

 BLUE value IS 224 (87.89% from 255) = 37.46%

R = 30.94%
G = 31.61%
B = 37.46%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B9BDE0 (or 0xB9BDE0) is known color: Lavender Grey. HEX triplet: B9, BD and E0. RGB value is (185,189,224). Sum of RGB (Red+Green+Blue) = 185+189+224=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #B9BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDE0 is #46421F. Grayscale: #BFBFBF. Windows color (decimal): -4604448 or 14728633. OLE color: 14728633.

HSL color Cylindrical-coordinate representation of color #B9BDE0: hue angle of 233.85º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9BDE0 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 189 224 -
CMYK 0.17 0.16 0 0.12
HSL 233.85º 0.39% 0.8% -
HSV(B) 233.85º 0.17% 0.88% -
XYZ 51.66 52.09 77.85 -
YUV 191.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 185 189 224 0.17 0.16 0 0.12 233.85 0.39 0.8
Hex B9 BD E0 11 10 0 C EA 27 50
Octal 271 275 340 21 20 0 14 352 47 120
Binary 10111001 10111101 11100000 10001 10000 0 1100 11101010 100111 1010000

Color Harmonies of #B9BDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDE0

Black with #B9BDE0

Text Example


Text Example

White with #B9BDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDE0; }

 p { color: rgb(185,189,224); }

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

background-color css

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

 a { background-color: rgb(185,189,224); }

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

border-color css

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

 span { border-color: rgb(185,189,224); }

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