Html Css Color HEX #BF99ED Perfume

📋 copy color: '#BF99ED'

red 191 ◦ green 153 ◦ blue 237

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

Shades of Perfume #BF99ED

Tints of Perfume #BF99ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 32.87%
G = 26.33%
B = 40.79%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF99ED (or 0xBF99ED) is known color: Perfume. HEX triplet: BF, 99 and ED. RGB value is (191,153,237). Sum of RGB (Red+Green+Blue) = 191+153+237=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF99ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99ED is #406612. Grayscale: #ADADAD. Windows color (decimal): -4220435 or 15571391. OLE color: 15571391.

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

Color convert

RGB 191 153 237 -
CMYK 0.19 0.35 0 0.07
HSL 267.14º 0.7% 0.76% -
HSV(B) 267.14º 0.35% 0.93% -
XYZ 48.16 39.97 85.3 -
YUV 173.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 191 153 237 0.19 0.35 0 0.07 267.14 0.7 0.76
Hex BF 99 ED 13 23 0 7 10B 46 4C
Octal 277 231 355 23 43 0 7 413 106 114
Binary 10111111 10011001 11101101 10011 100011 0 111 100001011 1000110 1001100

Color Harmonies of #BF99ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99ED

Black with #BF99ED

Text Example


Text Example

White with #BF99ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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