#B098CB

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

Shades of Biloba Flower #B098CB

Tints of Biloba Flower #B098CB

Color information

#B098CB (or 0xB098CB) is unknown color: approx Biloba Flower. HEX triplet: B0, 98 and CB. RGB value is (176,152,203). Sum of RGB (Red+Green+Blue) = 176+152+203=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #B098CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098CB is #4F6734. Grayscale: #A4A4A4. Windows color (decimal): -5203765 or 13342896. OLE color: 13342896.

HSL color Cylindrical-coordinate representation of color #B098CB: hue angle of 268.24º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B098CB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176152203-
CMYK0.130.2500.20
HSL268.24º32.9%69.61%-
HSV(B)268.24º25.12%79.61%-
XYZ39.913661.34-
YUV164.99149.45135.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=33.15%
G=28.63%
B=38.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761522030.130.2500.20268.2432.969.61
HexB098CBD1901410c2146
Octal260230313153102441441106
Binary1011000010011000110010111101110010101001000011001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098CB; }

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

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

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

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

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

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

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

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