Html Css Color HEX #B7B8CC Lavender Grey

📋 copy color: '#B7B8CC'

red 183 ◦ green 184 ◦ blue 204

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

Shades of Lavender Grey #B7B8CC

Tints of Lavender Grey #B7B8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.22%

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

R = 32.05%
G = 32.22%
B = 35.73%

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

#B7B8CC (or 0xB7B8CC) is known color: Lavender Grey. HEX triplet: B7, B8 and CC. RGB value is (183,184,204). Sum of RGB (Red+Green+Blue) = 183+184+204=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7B8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B8CC is #484733. Grayscale: #B9B9B9. Windows color (decimal): -4736820 or 13416631. OLE color: 13416631.

HSL color Cylindrical-coordinate representation of color #B7B8CC: hue angle of 237.14º 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 #B7B8CC is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 184 204 -
CMYK 0.10 0.10 0 0.2
HSL 237.14º 0.17% 0.76% -
HSV(B) 237.14º 0.1% 0.8% -
XYZ 47.57 48.71 64.02 -
YUV 185.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 183 184 204 0.10 0.10 0 0.2 237.14 0.17 0.76
Hex B7 B8 CC A A 0 14 ED 11 4C
Octal 267 270 314 12 12 0 24 355 21 114
Binary 10110111 10111000 11001100 1010 1010 0 10100 11101101 10001 1001100

Color Harmonies of #B7B8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B8CC

Black with #B7B8CC

Text Example


Text Example

White with #B7B8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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