Html Css Color HEX #BF93EE Perfume

📋 copy color: '#BF93EE'

red 191 ◦ green 147 ◦ blue 238

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

Shades of Perfume #BF93EE

Tints of Perfume #BF93EE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.52%

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

R = 33.16%
G = 25.52%
B = 41.32%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF93EE (or 0xBF93EE) is known color: Perfume. HEX triplet: BF, 93 and EE. RGB value is (191,147,238). Sum of RGB (Red+Green+Blue) = 191+147+238=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF93EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF93EE is #406C11. Grayscale: #AAAAAA. Windows color (decimal): -4221970 or 15635391. OLE color: 15635391.

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

Color convert

RGB 191 147 238 -
CMYK 0.20 0.38 0 0.07
HSL 269.01º 0.73% 0.75% -
HSV(B) 269.01º 0.38% 0.93% -
XYZ 47.35 38.12 85.75 -
YUV 170.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 191 147 238 0.20 0.38 0 0.07 269.01 0.73 0.75
Hex BF 93 EE 14 26 0 7 10D 49 4B
Octal 277 223 356 24 46 0 7 415 111 113
Binary 10111111 10010011 11101110 10100 100110 0 111 100001101 1001001 1001011

Color Harmonies of #BF93EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF93EE

Black with #BF93EE

Text Example


Text Example

White with #BF93EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF93EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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