Html Css Color HEX #B6B3E0 Lavender Grey

📋 copy color: '#B6B3E0'

red 182 ◦ green 179 ◦ blue 224

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

Shades of Lavender Grey #B6B3E0

Tints of Lavender Grey #B6B3E0

RGB

 RED value IS 182 (71.48% from 255) = 31.11%

 GREEN value IS 179 (70.31% from 255) = 30.6%

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 31.11%
G = 30.6%
B = 38.29%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B6B3E0 (or 0xB6B3E0) is known color: Lavender Grey. HEX triplet: B6, B3 and E0. RGB value is (182,179,224). Sum of RGB (Red+Green+Blue) = 182+179+224=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #B6B3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3E0 is #494C1F. Grayscale: #B8B8B8. Windows color (decimal): -4803616 or 14726070. OLE color: 14726070.

HSL color Cylindrical-coordinate representation of color #B6B3E0: hue angle of 244º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6B3E0 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 179 224 -
CMYK 0.19 0.20 0 0.12
HSL 244º 0.42% 0.79% -
HSV(B) 244º 0.2% 0.88% -
XYZ 48.87 47.57 77.13 -
YUV 185.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 182 179 224 0.19 0.20 0 0.12 244 0.42 0.79
Hex B6 B3 E0 13 14 0 C F4 2A 4F
Octal 266 263 340 23 24 0 14 364 52 117
Binary 10110110 10110011 11100000 10011 10100 0 1100 11110100 101010 1001111

Color Harmonies of #B6B3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B3E0

Black with #B6B3E0

Text Example


Text Example

White with #B6B3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B3E0; }

 p { color: rgb(182,179,224); }

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

background-color css

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

 a { background-color: rgb(182,179,224); }

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

border-color css

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

 span { border-color: rgb(182,179,224); }

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