Html Css Color HEX #B6A6C6 Biloba Flower

📋 copy color: '#B6A6C6'

red 182 ◦ green 166 ◦ blue 198

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

Shades of Biloba Flower #B6A6C6

Tints of Biloba Flower #B6A6C6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.4%

 BLUE value IS 198 (77.73% from 255) = 36.26%

R = 33.33%
G = 30.4%
B = 36.26%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B6A6C6 (or 0xB6A6C6) is known color: Biloba Flower. HEX triplet: B6, A6 and C6. RGB value is (182,166,198). Sum of RGB (Red+Green+Blue) = 182+166+198=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 198 - color contains mainly: blue. Hex color #B6A6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A6C6 is #495939. Grayscale: #AEAEAE. Windows color (decimal): -4806970 or 13018806. OLE color: 13018806.

HSL color Cylindrical-coordinate representation of color #B6A6C6: hue angle of 270º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6A6C6 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 166 198 -
CMYK 0.08 0.16 0 0.22
HSL 270º 0.22% 0.71% -
HSV(B) 270º 0.16% 0.78% -
XYZ 43.12 41.29 59.12 -
YUV 174.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 182 166 198 0.08 0.16 0 0.22 270 0.22 0.71
Hex B6 A6 C6 8 10 0 16 10E 16 47
Octal 266 246 306 10 20 0 26 416 26 107
Binary 10110110 10100110 11000110 1000 10000 0 10110 100001110 10110 1000111

Color Harmonies of #B6A6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A6C6

Black with #B6A6C6

Text Example


Text Example

White with #B6A6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A6C6; }

 p { color: rgb(182,166,198); }

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

background-color css

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

 a { background-color: rgb(182,166,198); }

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

border-color css

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

 span { border-color: rgb(182,166,198); }

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