#B694CD

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

Shades of Biloba Flower #B694CD

Tints of Biloba Flower #B694CD

Color information

#B694CD (or 0xB694CD) is unknown color: approx Biloba Flower. HEX triplet: B6, 94 and CD. RGB value is (182,148,205). Sum of RGB (Red+Green+Blue) = 182+148+205=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #B694CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B694CD is #496B32. Grayscale: #A4A4A4. Windows color (decimal): -4811571 or 13472950. OLE color: 13472950.

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

Color convert

RGB182148205-
CMYK0.110.2800.20
HSL275.79º36.31%69.22%-
HSV(B)275.79º27.8%80.39%-
XYZ40.935.5362.46-
YUV164.66150.76140.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=34.02%
G=27.66%
B=38.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821482050.110.2800.20275.7936.3169.22
HexB694CDB1C0141142445
Octal266224315133402442444105
Binary1011011010010100110011011011111000101001000101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694CD; }

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

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

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

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

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

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

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

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