Html Css Color HEX #B69FF9 Perfume

📋 copy color: '#B69FF9'

red 182 ◦ green 159 ◦ blue 249

#B69FF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #B69FF9

Tints of Perfume #B69FF9

RGB

 RED value IS 182 (71.48% from 255) = 30.85%

 GREEN value IS 159 (62.5% from 255) = 26.95%

 BLUE value IS 249 (97.66% from 255) = 42.2%

R = 30.85%
G = 26.95%
B = 42.2%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B69FF9 (or 0xB69FF9) is known color: Perfume. HEX triplet: B6, 9F and F9. RGB value is (182,159,249). Sum of RGB (Red+Green+Blue) = 182+159+249=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #B69FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69FF9 is #496006. Grayscale: #AFAFAF. Windows color (decimal): -4808711 or 16359350. OLE color: 16359350.

HSL color Cylindrical-coordinate representation of color #B69FF9: hue angle of 255.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B69FF9 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 159 249 -
CMYK 0.27 0.36 0 0.02
HSL 255.33º 0.88% 0.8% -
HSV(B) 255.33º 0.36% 0.98% -
XYZ 48.79 41.58 95.08 -
YUV 176.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 182 159 249 0.27 0.36 0 0.02 255.33 0.88 0.8
Hex B6 9F F9 1B 24 0 2 FF 58 50
Octal 266 237 371 33 44 0 2 377 130 120
Binary 10110110 10011111 11111001 11011 100100 0 10 11111111 1011000 1010000

Color Harmonies of #B69FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69FF9

Black with #B69FF9

Text Example


Text Example

White with #B69FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69FF9; }

 p { color: rgb(182,159,249); }

 H1.HeaderClassName
 {
   color: #B69FF9;
 }
 .AnyTagClassName
 {
   color: #B69FF9;
 }
</style>

background-color css

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

 a { background-color: rgb(182,159,249); }

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

border-color css

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

 span { border-color: rgb(182,159,249); }

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