#B69CFF

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

Shades of Perfume #B69CFF

Tints of Perfume #B69CFF

Color information

#B69CFF (or 0xB69CFF) is unknown color: approx Perfume. HEX triplet: B6, 9C and FF. RGB value is (182,156,255). Sum of RGB (Red+Green+Blue) = 182+156+255=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #B69CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69CFF is #496300. Grayscale: #AEAEAE. Windows color (decimal): -4809473 or 16751798. OLE color: 16751798.

HSL color Cylindrical-coordinate representation of color #B69CFF: hue angle of 255.76º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B69CFF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182156255-
CMYK0.290.3900
HSL255.76º100%80.59%-
HSV(B)255.76º38.82%100%-
XYZ49.2340.9499.92-
YUV175.06173.11132.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.69%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 255 (100% from 255) = 43.00%
R=30.69%
G=26.31%
B=43.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821562550.290.3900255.7610080.59
HexB69CFF1D27001006451
Octal266234377354700400144121
Binary101101101001110011111111111011001110010000000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CFF; }

 p { color: rgb(182,156,255); }

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

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

 a { background-color: rgb(182,156,255); }

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

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

 span { border-color: rgb(182,156,255); }

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