Html Css Color HEX #B9B7EF Lavender Grey

📋 copy color: '#B9B7EF'

red 185 ◦ green 183 ◦ blue 239

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

Shades of Lavender Grey #B9B7EF

Tints of Lavender Grey #B9B7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.15%

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

R = 30.48%
G = 30.15%
B = 39.37%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9B7EF (or 0xB9B7EF) is known color: Lavender Grey. HEX triplet: B9, B7 and EF. RGB value is (185,183,239). Sum of RGB (Red+Green+Blue) = 185+183+239=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B7EF is #464810. Grayscale: #BDBDBD. Windows color (decimal): -4605969 or 15710137. OLE color: 15710137.

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

Color convert

RGB 185 183 239 -
CMYK 0.23 0.23 0 0.06
HSL 242.14º 0.64% 0.83% -
HSV(B) 242.14º 0.23% 0.94% -
XYZ 52.52 50.41 88.62 -
YUV 189.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 185 183 239 0.23 0.23 0 0.06 242.14 0.64 0.83
Hex B9 B7 EF 17 17 0 6 F2 40 53
Octal 271 267 357 27 27 0 6 362 100 123
Binary 10111001 10110111 11101111 10111 10111 0 110 11110010 1000000 1010011

Color Harmonies of #B9B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B7EF

Black with #B9B7EF

Text Example


Text Example

White with #B9B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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