Html Css Color HEX #BF99EF Perfume

📋 copy color: '#BF99EF'

red 191 ◦ green 153 ◦ blue 239

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

Shades of Perfume #BF99EF

Tints of Perfume #BF99EF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.24%

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 32.76%
G = 26.24%
B = 40.99%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF99EF (or 0xBF99EF) is known color: Perfume. HEX triplet: BF, 99 and EF. RGB value is (191,153,239). Sum of RGB (Red+Green+Blue) = 191+153+239=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF99EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99EF is #406610. Grayscale: #ADADAD. Windows color (decimal): -4220433 or 15702463. OLE color: 15702463.

HSL color Cylindrical-coordinate representation of color #BF99EF: hue angle of 266.51º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF99EF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 153 239 -
CMYK 0.20 0.36 0 0.06
HSL 266.51º 0.73% 0.77% -
HSV(B) 266.51º 0.36% 0.94% -
XYZ 48.46 40.09 86.85 -
YUV 174.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 191 153 239 0.20 0.36 0 0.06 266.51 0.73 0.77
Hex BF 99 EF 14 24 0 6 10B 49 4D
Octal 277 231 357 24 44 0 6 413 111 115
Binary 10111111 10011001 11101111 10100 100100 0 110 100001011 1001001 1001101

Color Harmonies of #BF99EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99EF

Black with #BF99EF

Text Example


Text Example

White with #BF99EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99EF; }

 p { color: rgb(191,153,239); }

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

background-color css

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

 a { background-color: rgb(191,153,239); }

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

border-color css

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

 span { border-color: rgb(191,153,239); }

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