#B69BFF

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

Shades of Perfume #B69BFF

Tints of Perfume #B69BFF

Color information

#B69BFF (or 0xB69BFF) is unknown color: approx Perfume. HEX triplet: B6, 9B and FF. RGB value is (182,155,255). Sum of RGB (Red+Green+Blue) = 182+155+255=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #B69BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BFF is #496400. Grayscale: #AEAEAE. Windows color (decimal): -4809729 or 16751542. OLE color: 16751542.

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

Color convert

RGB182155255-
CMYK0.290.3900
HSL256.2º100%80.39%-
HSV(B)256.2º39.22%100%-
XYZ49.0640.6199.86-
YUV174.47173.45133.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.74%
GREEN value IS 155 (60.94% from 255) = 26.18%
BLUE value IS 255 (100% from 255) = 43.07%
R=30.74%
G=26.18%
B=43.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821552550.290.3900256.210080.39
HexB69BFF1D27001006450
Octal266233377354700400144120
Binary101101101001101111111111111011001110010000000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BFF; }

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

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

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

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

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

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

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

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