Html Css Color HEX #B6A2C6 Biloba Flower

📋 copy color: '#B6A2C6'

red 182 ◦ green 162 ◦ blue 198

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

Shades of Biloba Flower #B6A2C6

Tints of Biloba Flower #B6A2C6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.89%

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

R = 33.58%
G = 29.89%
B = 36.53%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B6A2C6 (or 0xB6A2C6) is known color: Biloba Flower. HEX triplet: B6, A2 and C6. RGB value is (182,162,198). Sum of RGB (Red+Green+Blue) = 182+162+198=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 198 - color contains mainly: blue. Hex color #B6A2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A2C6 is #495D39. Grayscale: #ABABAB. Windows color (decimal): -4807994 or 13017782. OLE color: 13017782.

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

Color convert

RGB 182 162 198 -
CMYK 0.08 0.18 0 0.22
HSL 273.33º 0.24% 0.71% -
HSV(B) 273.33º 0.18% 0.78% -
XYZ 42.4 39.86 58.89 -
YUV 172.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 182 162 198 0.08 0.18 0 0.22 273.33 0.24 0.71
Hex B6 A2 C6 8 12 0 16 111 18 47
Octal 266 242 306 10 22 0 26 421 30 107
Binary 10110110 10100010 11000110 1000 10010 0 10110 100010001 11000 1000111

Color Harmonies of #B6A2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A2C6

Black with #B6A2C6

Text Example


Text Example

White with #B6A2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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