Html Css Color HEX #BF98E3 Perfume

📋 copy color: '#BF98E3'

red 191 ◦ green 152 ◦ blue 227

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

Shades of Perfume #BF98E3

Tints of Perfume #BF98E3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.67%

 BLUE value IS 227 (89.06% from 255) = 39.82%

R = 33.51%
G = 26.67%
B = 39.82%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF98E3 (or 0xBF98E3) is known color: Perfume. HEX triplet: BF, 98 and E3. RGB value is (191,152,227). Sum of RGB (Red+Green+Blue) = 191+152+227=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF98E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98E3 is #40671C. Grayscale: #ABABAB. Windows color (decimal): -4220701 or 14915775. OLE color: 14915775.

HSL color Cylindrical-coordinate representation of color #BF98E3: hue angle of 271.2º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF98E3 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 152 227 -
CMYK 0.16 0.33 0 0.11
HSL 271.2º 0.57% 0.74% -
HSV(B) 271.2º 0.33% 0.89% -
XYZ 46.58 39.08 77.76 -
YUV 172.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 191 152 227 0.16 0.33 0 0.11 271.2 0.57 0.74
Hex BF 98 E3 10 21 0 B 10F 39 4A
Octal 277 230 343 20 41 0 13 417 71 112
Binary 10111111 10011000 11100011 10000 100001 0 1011 100001111 111001 1001010

Color Harmonies of #BF98E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98E3

Black with #BF98E3

Text Example


Text Example

White with #BF98E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98E3; }

 p { color: rgb(191,152,227); }

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

background-color css

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

 a { background-color: rgb(191,152,227); }

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

border-color css

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

 span { border-color: rgb(191,152,227); }

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