Html Css Color HEX #B7B7CC Lavender Grey

📋 copy color: '#B7B7CC'

red 183 ◦ green 183 ◦ blue 204

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

Shades of Lavender Grey #B7B7CC

Tints of Lavender Grey #B7B7CC

RGB

 RED value IS 183 (71.88% from 255) = 32.11%

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

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 32.11%
G = 32.11%
B = 35.79%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B7B7CC (or 0xB7B7CC) is known color: Lavender Grey. HEX triplet: B7, B7 and CC. RGB value is (183,183,204). Sum of RGB (Red+Green+Blue) = 183+183+204=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7B7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7CC is #484833. Grayscale: #B9B9B9. Windows color (decimal): -4737076 or 13416375. OLE color: 13416375.

HSL color Cylindrical-coordinate representation of color #B7B7CC: hue angle of 240º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7B7CC is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 183 204 -
CMYK 0.10 0.10 0 0.2
HSL 240º 0.17% 0.76% -
HSV(B) 240º 0.1% 0.8% -
XYZ 47.36 48.29 63.95 -
YUV 185.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 183 183 204 0.10 0.10 0 0.2 240 0.17 0.76
Hex B7 B7 CC A A 0 14 F0 11 4C
Octal 267 267 314 12 12 0 24 360 21 114
Binary 10110111 10110111 11001100 1010 1010 0 10100 11110000 10001 1001100

Color Harmonies of #B7B7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B7CC

Black with #B7B7CC

Text Example


Text Example

White with #B7B7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B7CC; }

 p { color: rgb(183,183,204); }

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

background-color css

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

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

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

border-color css

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

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

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