#B799CB

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

Shades of Biloba Flower #B799CB

Tints of Biloba Flower #B799CB

Color information

#B799CB (or 0xB799CB) is unknown color: approx Biloba Flower. HEX triplet: B7, 99 and CB. RGB value is (183,153,203). Sum of RGB (Red+Green+Blue) = 183+153+203=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #B799CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799CB is #486634. Grayscale: #A7A7A7. Windows color (decimal): -4744757 or 13343159. OLE color: 13343159.

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

Color convert

RGB183153203-
CMYK0.100.2500.20
HSL276º32.47%69.8%-
HSV(B)276º24.63%79.61%-
XYZ41.737.1661.48-
YUV167.67147.94138.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=33.95%
G=28.39%
B=37.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831532030.100.2500.2027632.4769.8
HexB799CBA190141142046
Octal267231313123102442440106
Binary1011011110011001110010111010110010101001000101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799CB; }

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

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

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

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

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

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

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

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