Html Css Color HEX #BF97EE Perfume

📋 copy color: '#BF97EE'

red 191 ◦ green 151 ◦ blue 238

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

Shades of Perfume #BF97EE

Tints of Perfume #BF97EE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.03%

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

R = 32.93%
G = 26.03%
B = 41.03%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF97EE (or 0xBF97EE) is known color: Perfume. HEX triplet: BF, 97 and EE. RGB value is (191,151,238). Sum of RGB (Red+Green+Blue) = 191+151+238=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF97EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF97EE is #406811. Grayscale: #ACACAC. Windows color (decimal): -4220946 or 15636415. OLE color: 15636415.

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

Color convert

RGB 191 151 238 -
CMYK 0.20 0.37 0 0.07
HSL 267.59º 0.72% 0.76% -
HSV(B) 267.59º 0.37% 0.93% -
XYZ 47.99 39.38 85.96 -
YUV 172.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 191 151 238 0.20 0.37 0 0.07 267.59 0.72 0.76
Hex BF 97 EE 14 25 0 7 10C 48 4C
Octal 277 227 356 24 45 0 7 414 110 114
Binary 10111111 10010111 11101110 10100 100101 0 111 100001100 1001000 1001100

Color Harmonies of #BF97EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF97EE

Black with #BF97EE

Text Example


Text Example

White with #BF97EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF97EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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