#B6A7CA

Color #B6A7CA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B6A7CA

Tints of Biloba Flower #B6A7CA

Color information

#B6A7CA (or 0xB6A7CA) is unknown color: approx Biloba Flower. HEX triplet: B6, A7 and CA. RGB value is (182,167,202). Sum of RGB (Red+Green+Blue) = 182+167+202=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6A7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A7CA is #495835. Grayscale: #AFAFAF. Windows color (decimal): -4806710 or 13281206. OLE color: 13281206.

HSL color Cylindrical-coordinate representation of color #B6A7CA: hue angle of 265.71º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6A7CA is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182167202-
CMYK0.100.1700.21
HSL265.71º24.82%72.35%-
HSV(B)265.71º17.33%79.22%-
XYZ43.7741.8561.65-
YUV175.48142.97132.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 167 (65.62% from 255) = 30.31%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=33.03%
G=30.31%
B=36.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821672020.100.1700.21265.7124.8272.35
HexB6A7CAA1101510a1948
Octal266247312122102541231110
Binary101101101010011111001010101010001010101100001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A7CA; }

 p { color: rgb(182,167,202); }

 H1.HeaderClassName
 {
   color: #B6A7CA;
 }
 .AnyTagClassName
 {
   color: #B6A7CA;
 }
</style>
background-color css

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

 a { background-color: rgb(182,167,202); }

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

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

 span { border-color: rgb(182,167,202); }

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