#B098CE

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

Shades of Biloba Flower #B098CE

Tints of Biloba Flower #B098CE

Color information

#B098CE (or 0xB098CE) is unknown color: approx Biloba Flower. HEX triplet: B0, 98 and CE. RGB value is (176,152,206). Sum of RGB (Red+Green+Blue) = 176+152+206=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #B098CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098CE is #4F6731. Grayscale: #A5A5A5. Windows color (decimal): -5203762 or 13539504. OLE color: 13539504.

HSL color Cylindrical-coordinate representation of color #B098CE: hue angle of 266.67º degrees, saturation: 0.36, 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 #B098CE is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176152206-
CMYK0.150.2600.19
HSL266.67º35.53%70.2%-
HSV(B)266.67º26.21%80.78%-
XYZ40.2736.1463.25-
YUV165.33150.95135.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=32.96%
G=28.46%
B=38.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761522060.150.2600.19266.6735.5370.2
HexB098CEF1A01310b2446
Octal260230316173202341344106
Binary1011000010011000110011101111110100100111000010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098CE; }

 p { color: rgb(176,152,206); }

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

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

 a { background-color: rgb(176,152,206); }

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

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

 span { border-color: rgb(176,152,206); }

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