Html Css Color HEX #B6B2B4 Lily

📋 copy color: '#B6B2B4'

red 182 ◦ green 178 ◦ blue 180

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

Shades of Lily #B6B2B4

Tints of Lily #B6B2B4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.96%

 BLUE value IS 180 (70.7% from 255) = 33.33%

R = 33.7%
G = 32.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B6B2B4 (or 0xB6B2B4) is known color: Lily. HEX triplet: B6, B2 and B4. RGB value is (182,178,180). Sum of RGB (Red+Green+Blue) = 182+178+180=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B2B4 is #494D4B. Grayscale: #B3B3B3. Windows color (decimal): -4803916 or 11842230. OLE color: 11842230.

HSL color Cylindrical-coordinate representation of color #B6B2B4: hue angle of 330º degrees, saturation: 0.03, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B6B2B4 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 178 180 -
CMYK 0 0.02 0.01 0.29
HSL 330º 0.03% 0.71% -
HSV(B) 330º 0.02% 0.71% -
XYZ 43.45 45.08 49.59 -
YUV 179.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 182 178 180 0 0.02 0.01 0.29 330 0.03 0.71
Hex B6 B2 B4 0 2 1 1D 14A 3 47
Octal 266 262 264 0 2 1 35 512 3 107
Binary 10110110 10110010 10110100 0 10 1 11101 101001010 11 1000111

Color Harmonies of #B6B2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B2B4

Black with #B6B2B4

Text Example


Text Example

White with #B6B2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B2B4; }

 p { color: rgb(182,178,180); }

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

background-color css

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

 a { background-color: rgb(182,178,180); }

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

border-color css

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

 span { border-color: rgb(182,178,180); }

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