#B697D0

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

Shades of Biloba Flower #B697D0

Tints of Biloba Flower #B697D0

Color information

#B697D0 (or 0xB697D0) is unknown color: approx Biloba Flower. HEX triplet: B6, 97 and D0. RGB value is (182,151,208). Sum of RGB (Red+Green+Blue) = 182+151+208=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #B697D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697D0 is #49682F. Grayscale: #A6A6A6. Windows color (decimal): -4810800 or 13670326. OLE color: 13670326.

HSL color Cylindrical-coordinate representation of color #B697D0: hue angle of 272.63º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B697D0 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182151208-
CMYK0.120.2700.18
HSL272.63º37.75%70.39%-
HSV(B)272.63º27.4%81.57%-
XYZ41.7436.6364.55-
YUV166.77151.27138.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=33.64%
G=27.91%
B=38.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821512080.120.2700.18272.6337.7570.39
HexB697D0C1B0121112646
Octal266227320143302242146106
Binary1011011010010111110100001100110110100101000100011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697D0; }

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

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

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

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

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

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

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

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