#b498cf

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

Shades of Biloba Flower #B498CF

Tints of Biloba Flower #B498CF

Color information

#B498CF (or 0xB498CF) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and CF. RGB value is (180,152,207). Sum of RGB (Red+Green+Blue) = 180+152+207=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #B498CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498CF is #4B6730. Grayscale: #A6A6A6. Windows color (decimal): -4941617 or 13605044. OLE color: 13605044.

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

Color convert

RGB180152207-
CMYK0.130.2700.19
HSL270.55º36.42%70.39%-
HSV(B)270.55º26.57%81.18%-
XYZ41.3136.6663.93-
YUV166.64150.78137.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=33.40%
G=28.20%
B=38.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801522070.130.2700.19270.5536.4270.39
HexB498CFD1B01310f2446
Octal264230317153302341744106
Binary1011010010011000110011111101110110100111000011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b498cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b498cf; }

 p { color: rgb(180,152,207); }

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

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

 a { background-color: rgb(180,152,207); }

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

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

 span { border-color: rgb(180,152,207); }

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