#B098CF

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

Shades of Biloba Flower #B098CF

Tints of Biloba Flower #B098CF

Color information

#B098CF (or 0xB098CF) is unknown color: approx Biloba Flower. HEX triplet: B0, 98 and CF. RGB value is (176,152,207). Sum of RGB (Red+Green+Blue) = 176+152+207=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #B098CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098CF is #4F6730. Grayscale: #A5A5A5. Windows color (decimal): -5203761 or 13605040. OLE color: 13605040.

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

Color convert

RGB176152207-
CMYK0.150.2700.19
HSL266.18º36.42%70.39%-
HSV(B)266.18º26.57%81.18%-
XYZ40.436.1963.89-
YUV165.45151.45135.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=32.90%
G=28.41%
B=38.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761522070.150.2700.19266.1836.4270.39
HexB098CFF1B01310a2446
Octal260230317173302341244106
Binary1011000010011000110011111111110110100111000010101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098CF; }

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

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

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

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

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

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

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

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