#B7A2CC

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

Shades of Biloba Flower #B7A2CC

Tints of Biloba Flower #B7A2CC

Color information

#B7A2CC (or 0xB7A2CC) is unknown color: approx Biloba Flower. HEX triplet: B7, A2 and CC. RGB value is (183,162,204). Sum of RGB (Red+Green+Blue) = 183+162+204=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2CC is #485D33. Grayscale: #ACACAC. Windows color (decimal): -4742452 or 13410999. OLE color: 13410999.

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

Color convert

RGB183162204-
CMYK0.100.2100.2
HSL270º29.17%71.76%-
HSV(B)270º20.59%80%-
XYZ43.3540.2762.61-
YUV173.07145.46135.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=33.33%
G=29.51%
B=37.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831622040.100.2100.227029.1771.76
HexB7A2CCA1501410e1d48
Octal267242314122502441635110
Binary101101111010001011001100101010101010100100001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A2CC; }

 p { color: rgb(183,162,204); }

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

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

 a { background-color: rgb(183,162,204); }

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

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

 span { border-color: rgb(183,162,204); }

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