#B698CE

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

Shades of Biloba Flower #B698CE

Tints of Biloba Flower #B698CE

Color information

#B698CE (or 0xB698CE) is unknown color: approx Biloba Flower. HEX triplet: B6, 98 and CE. RGB value is (182,152,206). Sum of RGB (Red+Green+Blue) = 182+152+206=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #B698CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698CE is #496731. Grayscale: #A6A6A6. Windows color (decimal): -4810546 or 13539510. OLE color: 13539510.

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

Color convert

RGB182152206-
CMYK0.120.2600.19
HSL273.33º35.53%70.2%-
HSV(B)273.33º26.21%80.78%-
XYZ41.6636.8663.31-
YUV167.13149.94138.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=33.70%
G=28.15%
B=38.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821522060.120.2600.19273.3335.5370.2
HexB698CEC1A0131112446
Octal266230316143202342144106
Binary1011011010011000110011101100110100100111000100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698CE; }

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

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

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

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

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

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

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

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