#B697E4

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

Shades of Biloba Flower #B697E4

Tints of Biloba Flower #B697E4

Color information

#B697E4 (or 0xB697E4) is unknown color: approx Biloba Flower. HEX triplet: B6, 97 and E4. RGB value is (182,151,228). Sum of RGB (Red+Green+Blue) = 182+151+228=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #B697E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697E4 is #49681B. Grayscale: #A8A8A8. Windows color (decimal): -4810780 or 14981046. OLE color: 14981046.

HSL color Cylindrical-coordinate representation of color #B697E4: hue angle of 264.16º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B697E4 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182151228-
CMYK0.200.3400.11
HSL264.16º58.78%74.31%-
HSV(B)264.16º33.77%89.41%-
XYZ44.3637.6878.33-
YUV169.05161.27137.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=32.44%
G=26.92%
B=40.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821512280.200.3400.11264.1658.7874.31
HexB697E414220B1083b4a
Octal266227344244201341073112
Binary10110110100101111110010010100100010010111000010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697E4; }

 p { color: rgb(182,151,228); }

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

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

 a { background-color: rgb(182,151,228); }

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

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

 span { border-color: rgb(182,151,228); }

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