#B7A2CF

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

Shades of Biloba Flower #B7A2CF

Tints of Biloba Flower #B7A2CF

Color information

#B7A2CF (or 0xB7A2CF) is unknown color: approx Biloba Flower. HEX triplet: B7, A2 and CF. RGB value is (183,162,207). Sum of RGB (Red+Green+Blue) = 183+162+207=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7A2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2CF is #485D30. Grayscale: #ADADAD. Windows color (decimal): -4742449 or 13607607. OLE color: 13607607.

HSL color Cylindrical-coordinate representation of color #B7A2CF: hue angle of 268º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7A2CF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183162207-
CMYK0.120.2200.19
HSL268º31.91%72.35%-
HSV(B)268º21.74%81.18%-
XYZ43.7140.4164.53-
YUV173.41146.96134.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.15%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=33.15%
G=29.35%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831622070.120.2200.1926831.9172.35
HexB7A2CFC1601310c2048
Octal267242317142602341440110
Binary1011011110100010110011111100101100100111000011001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A2CF; }

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

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

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

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

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

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

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

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