#B69ECA

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

Shades of Biloba Flower #B69ECA

Tints of Biloba Flower #B69ECA

Color information

#B69ECA (or 0xB69ECA) is unknown color: approx Biloba Flower. HEX triplet: B6, 9E and CA. RGB value is (182,158,202). Sum of RGB (Red+Green+Blue) = 182+158+202=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #B69ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ECA is #496135. Grayscale: #AAAAAA. Windows color (decimal): -4809014 or 13278902. OLE color: 13278902.

HSL color Cylindrical-coordinate representation of color #B69ECA: hue angle of 272.73º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B69ECA is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182158202-
CMYK0.100.2200.21
HSL272.73º29.33%70.59%-
HSV(B)272.73º21.78%79.22%-
XYZ42.1838.6661.12-
YUV170.19145.95136.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=33.58%
G=29.15%
B=37.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821582020.100.2200.21272.7329.3370.59
HexB69ECAA160151111d47
Octal266236312122602542135107
Binary101101101001111011001010101010110010101100010001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ECA; }

 p { color: rgb(182,158,202); }

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

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

 a { background-color: rgb(182,158,202); }

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

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

 span { border-color: rgb(182,158,202); }

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