Html Css Color HEX #B8B7CF Lavender Grey

📋 copy color: '#B8B7CF'

red 184 ◦ green 183 ◦ blue 207

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

Shades of Lavender Grey #B8B7CF

Tints of Lavender Grey #B8B7CF

RGB

 RED value IS 184 (72.27% from 255) = 32.06%

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

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 32.06%
G = 31.88%
B = 36.06%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B8B7CF (or 0xB8B7CF) is known color: Lavender Grey. HEX triplet: B8, B7 and CF. RGB value is (184,183,207). Sum of RGB (Red+Green+Blue) = 184+183+207=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8B7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B7CF is #474830. Grayscale: #B9B9B9. Windows color (decimal): -4671537 or 13612984. OLE color: 13612984.

HSL color Cylindrical-coordinate representation of color #B8B7CF: hue angle of 242.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8B7CF is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 183 207 -
CMYK 0.11 0.12 0 0.19
HSL 242.5º 0.2% 0.76% -
HSV(B) 242.5º 0.12% 0.81% -
XYZ 47.96 48.56 65.88 -
YUV 186.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 184 183 207 0.11 0.12 0 0.19 242.5 0.2 0.76
Hex B8 B7 CF B C 0 13 F2 14 4C
Octal 270 267 317 13 14 0 23 362 24 114
Binary 10111000 10110111 11001111 1011 1100 0 10011 11110010 10100 1001100

Color Harmonies of #B8B7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B7CF

Black with #B8B7CF

Text Example


Text Example

White with #B8B7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B7CF; }

 p { color: rgb(184,183,207); }

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

background-color css

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

 a { background-color: rgb(184,183,207); }

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

border-color css

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

 span { border-color: rgb(184,183,207); }

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