Html Css Color HEX #B7BACE Lavender Grey

📋 copy color: '#B7BACE'

red 183 ◦ green 186 ◦ blue 206

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

Shades of Lavender Grey #B7BACE

Tints of Lavender Grey #B7BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 31.83%
G = 32.35%
B = 35.83%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B7BACE (or 0xB7BACE) is known color: Lavender Grey. HEX triplet: B7, BA and CE. RGB value is (183,186,206). Sum of RGB (Red+Green+Blue) = 183+186+206=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BACE is #484531. Grayscale: #BBBBBB. Windows color (decimal): -4736306 or 13548215. OLE color: 13548215.

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

Color convert

RGB 183 186 206 -
CMYK 0.11 0.10 0 0.19
HSL 232.17º 0.19% 0.76% -
HSV(B) 232.17º 0.11% 0.81% -
XYZ 48.23 49.64 65.43 -
YUV 187.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 183 186 206 0.11 0.10 0 0.19 232.17 0.19 0.76
Hex B7 BA CE B A 0 13 E8 13 4C
Octal 267 272 316 13 12 0 23 350 23 114
Binary 10110111 10111010 11001110 1011 1010 0 10011 11101000 10011 1001100

Color Harmonies of #B7BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BACE

Black with #B7BACE

Text Example


Text Example

White with #B7BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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