Html Css Color HEX #BF9FEE Perfume

📋 copy color: '#BF9FEE'

red 191 ◦ green 159 ◦ blue 238

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

Shades of Perfume #BF9FEE

Tints of Perfume #BF9FEE

RGB

 RED value IS 191 (75% from 255) = 32.48%

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

 BLUE value IS 238 (93.36% from 255) = 40.48%

R = 32.48%
G = 27.04%
B = 40.48%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF9FEE (or 0xBF9FEE) is known color: Perfume. HEX triplet: BF, 9F and EE. RGB value is (191,159,238). Sum of RGB (Red+Green+Blue) = 191+159+238=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FEE is #406011. Grayscale: #B1B1B1. Windows color (decimal): -4218898 or 15638463. OLE color: 15638463.

HSL color Cylindrical-coordinate representation of color #BF9FEE: hue angle of 264.3º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF9FEE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 159 238 -
CMYK 0.20 0.33 0 0.07
HSL 264.3º 0.7% 0.78% -
HSV(B) 264.3º 0.33% 0.93% -
XYZ 49.32 42.05 86.41 -
YUV 177.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 191 159 238 0.20 0.33 0 0.07 264.3 0.7 0.78
Hex BF 9F EE 14 21 0 7 108 46 4E
Octal 277 237 356 24 41 0 7 410 106 116
Binary 10111111 10011111 11101110 10100 100001 0 111 100001000 1000110 1001110

Color Harmonies of #BF9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FEE

Black with #BF9FEE

Text Example


Text Example

White with #BF9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FEE; }

 p { color: rgb(191,159,238); }

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

background-color css

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

 a { background-color: rgb(191,159,238); }

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

border-color css

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

 span { border-color: rgb(191,159,238); }

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