Html Css Color HEX #B7BACC Lavender Grey

📋 copy color: '#B7BACC'

red 183 ◦ green 186 ◦ blue 204

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

Shades of Lavender Grey #B7BACC

Tints of Lavender Grey #B7BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.46%

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

R = 31.94%
G = 32.46%
B = 35.6%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B7BACC (or 0xB7BACC) is known color: Lavender Grey. HEX triplet: B7, BA and CC. RGB value is (183,186,204). Sum of RGB (Red+Green+Blue) = 183+186+204=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BACC is #484533. Grayscale: #BBBBBB. Windows color (decimal): -4736308 or 13417143. OLE color: 13417143.

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

Color convert

RGB 183 186 204 -
CMYK 0.10 0.09 0 0.2
HSL 231.43º 0.17% 0.76% -
HSV(B) 231.43º 0.1% 0.8% -
XYZ 47.99 49.54 64.16 -
YUV 187.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 183 186 204 0.10 0.09 0 0.2 231.43 0.17 0.76
Hex B7 BA CC A 9 0 14 E7 11 4C
Octal 267 272 314 12 11 0 24 347 21 114
Binary 10110111 10111010 11001100 1010 1001 0 10100 11100111 10001 1001100

Color Harmonies of #B7BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BACC

Black with #B7BACC

Text Example


Text Example

White with #B7BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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