#B899CE

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

Shades of Biloba Flower #B899CE

Tints of Biloba Flower #B899CE

Color information

#B899CE (or 0xB899CE) is unknown color: approx Biloba Flower. HEX triplet: B8, 99 and CE. RGB value is (184,153,206). Sum of RGB (Red+Green+Blue) = 184+153+206=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #B899CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899CE is #476631. Grayscale: #A8A8A8. Windows color (decimal): -4679218 or 13539768. OLE color: 13539768.

HSL color Cylindrical-coordinate representation of color #B899CE: hue angle of 275.09º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B899CE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184153206-
CMYK0.110.2600.19
HSL275.09º35.1%70.39%-
HSV(B)275.09º25.73%80.78%-
XYZ42.337.4363.39-
YUV168.31149.27139.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.89%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=33.89%
G=28.18%
B=37.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841532060.110.2600.19275.0935.170.39
HexB899CEB1A0131132346
Octal270231316133202342343106
Binary1011100010011001110011101011110100100111000100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899CE; }

 p { color: rgb(184,153,206); }

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

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

 a { background-color: rgb(184,153,206); }

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

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

 span { border-color: rgb(184,153,206); }

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