#B697CD

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

Shades of Biloba Flower #B697CD

Tints of Biloba Flower #B697CD

Color information

#B697CD (or 0xB697CD) is unknown color: approx Biloba Flower. HEX triplet: B6, 97 and CD. RGB value is (182,151,205). Sum of RGB (Red+Green+Blue) = 182+151+205=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #B697CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697CD is #496832. Grayscale: #A6A6A6. Windows color (decimal): -4810803 or 13473718. OLE color: 13473718.

HSL color Cylindrical-coordinate representation of color #B697CD: hue angle of 274.44º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B697CD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182151205-
CMYK0.110.2600.20
HSL274.44º35.06%69.8%-
HSV(B)274.44º26.34%80.39%-
XYZ41.3836.4962.62-
YUV166.42149.77139.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=33.83%
G=28.07%
B=38.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821512050.110.2600.20274.4435.0669.8
HexB697CDB1A0141122346
Octal266227315133202442243106
Binary1011011010010111110011011011110100101001000100101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697CD; }

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

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

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

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

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

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

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

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