#B697EA

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

Shades of Biloba Flower #B697EA

Tints of Biloba Flower #B697EA

Color information

#B697EA (or 0xB697EA) is unknown color: approx Biloba Flower. HEX triplet: B6, 97 and EA. RGB value is (182,151,234). Sum of RGB (Red+Green+Blue) = 182+151+234=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #B697EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B697EA is #496815. Grayscale: #A9A9A9. Windows color (decimal): -4810774 or 15374262. OLE color: 15374262.

HSL color Cylindrical-coordinate representation of color #B697EA: hue angle of 262.41º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B697EA is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182151234-
CMYK0.220.3500.08
HSL262.41º66.4%75.49%-
HSV(B)262.41º35.47%91.76%-
XYZ45.2138.0282.8-
YUV169.73164.27136.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.10%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=32.10%
G=26.63%
B=41.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821512340.220.3500.08262.4166.475.49
HexB697EA162308106424b
Octal2662273522643010406102113
Binary101101101001011111101010101101000110100010000011010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697EA; }

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

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

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

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

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

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

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

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