Html Css Color HEX #B9B4EA Lavender Grey

📋 copy color: '#B9B4EA'

red 185 ◦ green 180 ◦ blue 234

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

Shades of Lavender Grey #B9B4EA

Tints of Lavender Grey #B9B4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.05%

 BLUE value IS 234 (91.8% from 255) = 39.07%

R = 30.88%
G = 30.05%
B = 39.07%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9B4EA (or 0xB9B4EA) is known color: Lavender Grey. HEX triplet: B9, B4 and EA. RGB value is (185,180,234). Sum of RGB (Red+Green+Blue) = 185+180+234=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B4EA is #464B15. Grayscale: #BBBBBB. Windows color (decimal): -4606742 or 15381689. OLE color: 15381689.

HSL color Cylindrical-coordinate representation of color #B9B4EA: hue angle of 245.56º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9B4EA is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 180 234 -
CMYK 0.21 0.23 0 0.08
HSL 245.56º 0.56% 0.81% -
HSV(B) 245.56º 0.23% 0.92% -
XYZ 51.18 48.9 84.58 -
YUV 187.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 185 180 234 0.21 0.23 0 0.08 245.56 0.56 0.81
Hex B9 B4 EA 15 17 0 8 F6 38 51
Octal 271 264 352 25 27 0 10 366 70 121
Binary 10111001 10110100 11101010 10101 10111 0 1000 11110110 111000 1010001

Color Harmonies of #B9B4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B4EA

Black with #B9B4EA

Text Example


Text Example

White with #B9B4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B4EA; }

 p { color: rgb(185,180,234); }

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

background-color css

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

 a { background-color: rgb(185,180,234); }

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

border-color css

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

 span { border-color: rgb(185,180,234); }

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