#B7A7CB

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

Shades of Biloba Flower #B7A7CB

Tints of Biloba Flower #B7A7CB

Color information

#B7A7CB (or 0xB7A7CB) is unknown color: approx Biloba Flower. HEX triplet: B7, A7 and CB. RGB value is (183,167,203). Sum of RGB (Red+Green+Blue) = 183+167+203=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7A7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A7CB is #485834. Grayscale: #AFAFAF. Windows color (decimal): -4741173 or 13346743. OLE color: 13346743.

HSL color Cylindrical-coordinate representation of color #B7A7CB: hue angle of 266.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7A7CB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183167203-
CMYK0.100.1800.20
HSL266.67º25.71%72.55%-
HSV(B)266.67º17.73%79.61%-
XYZ44.1342.0262.28-
YUV175.89143.3133.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 167 (65.62% from 255) = 30.20%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=33.09%
G=30.20%
B=36.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831672030.100.1800.20266.6725.7172.55
HexB7A7CBA1201410b1a49
Octal267247313122202441332111
Binary101101111010011111001011101010010010100100001011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A7CB; }

 p { color: rgb(183,167,203); }

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

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

 a { background-color: rgb(183,167,203); }

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

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

 span { border-color: rgb(183,167,203); }

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