#B799D5

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

Shades of Biloba Flower #B799D5

Tints of Biloba Flower #B799D5

Color information

#B799D5 (or 0xB799D5) is unknown color: approx Biloba Flower. HEX triplet: B7, 99 and D5. RGB value is (183,153,213). Sum of RGB (Red+Green+Blue) = 183+153+213=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #B799D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799D5 is #48662A. Grayscale: #A8A8A8. Windows color (decimal): -4744747 or 13998519. OLE color: 13998519.

HSL color Cylindrical-coordinate representation of color #B799D5: hue angle of 270º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B799D5 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183153213-
CMYK0.140.2800.16
HSL270º41.67%71.76%-
HSV(B)270º28.17%83.53%-
XYZ42.9337.6567.96-
YUV168.81152.94138.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=33.33%
G=27.87%
B=38.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831532130.140.2800.1627041.6771.76
HexB799D5E1C01010e2a48
Octal267231325163402041652110
Binary1011011110011001110101011110111000100001000011101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799D5; }

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

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

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

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

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

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

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

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