Html Css Color HEX #B9B4EF Lavender Grey

📋 copy color: '#B9B4EF'

red 185 ◦ green 180 ◦ blue 239

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

Shades of Lavender Grey #B9B4EF

Tints of Lavender Grey #B9B4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.57%

R = 30.63%
G = 29.8%
B = 39.57%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9B4EF (or 0xB9B4EF) is known color: Lavender Grey. HEX triplet: B9, B4 and EF. RGB value is (185,180,239). Sum of RGB (Red+Green+Blue) = 185+180+239=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B4EF is #464B10. Grayscale: #BBBBBB. Windows color (decimal): -4606737 or 15709369. OLE color: 15709369.

HSL color Cylindrical-coordinate representation of color #B9B4EF: hue angle of 245.08º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9B4EF is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 180 239 -
CMYK 0.23 0.25 0 0.06
HSL 245.08º 0.65% 0.82% -
HSV(B) 245.08º 0.25% 0.94% -
XYZ 51.91 49.19 88.42 -
YUV 188.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 185 180 239 0.23 0.25 0 0.06 245.08 0.65 0.82
Hex B9 B4 EF 17 19 0 6 F5 41 52
Octal 271 264 357 27 31 0 6 365 101 122
Binary 10111001 10110100 11101111 10111 11001 0 110 11110101 1000001 1010010

Color Harmonies of #B9B4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B4EF

Black with #B9B4EF

Text Example


Text Example

White with #B9B4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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