#B69BFC

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

Shades of Perfume #B69BFC

Tints of Perfume #B69BFC

Color information

#B69BFC (or 0xB69BFC) is unknown color: approx Perfume. HEX triplet: B6, 9B and FC. RGB value is (182,155,252). Sum of RGB (Red+Green+Blue) = 182+155+252=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #B69BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BFC is #496403. Grayscale: #ADADAD. Windows color (decimal): -4809732 or 16554934. OLE color: 16554934.

HSL color Cylindrical-coordinate representation of color #B69BFC: hue angle of 256.7º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B69BFC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182155252-
CMYK0.280.3800.01
HSL256.7º94.17%79.8%-
HSV(B)256.7º38.49%98.82%-
XYZ48.5840.4297.34-
YUV174.13171.95133.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.90%
GREEN value IS 155 (60.94% from 255) = 26.32%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=30.90%
G=26.32%
B=42.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821552520.280.3800.01256.794.1779.8
HexB69BFC1C26011015e50
Octal266233374344601401136120
Binary101101101001101111111100111001001100110000000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BFC; }

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

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

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

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

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

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

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

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