#B98DEE

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

Shades of Biloba Flower #B98DEE

Tints of Biloba Flower #B98DEE

Color information

#B98DEE (or 0xB98DEE) is unknown color: approx Biloba Flower. HEX triplet: B9, 8D and EE. RGB value is (185,141,238). Sum of RGB (Red+Green+Blue) = 185+141+238=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #B98DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DEE is #467211. Grayscale: #A4A4A4. Windows color (decimal): -4616722 or 15633849. OLE color: 15633849.

HSL color Cylindrical-coordinate representation of color #B98DEE: hue angle of 267.22º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B98DEE is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185141238-
CMYK0.220.4100.07
HSL267.22º74.05%74.31%-
HSV(B)267.22º40.76%93.33%-
XYZ44.9735.5485.38-
YUV165.21169.08142.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=32.80%
G=25%
B=42.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851412380.220.4100.07267.2274.0574.31
HexB98DEE16290710b4a4a
Octal271215356265107413112112
Binary10111001100011011110111010110101001011110000101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DEE; }

 p { color: rgb(185,141,238); }

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

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

 a { background-color: rgb(185,141,238); }

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

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

 span { border-color: rgb(185,141,238); }

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