Html Css Color HEX #BF96ED Perfume

📋 copy color: '#BF96ED'

red 191 ◦ green 150 ◦ blue 237

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

Shades of Perfume #BF96ED

Tints of Perfume #BF96ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.95%

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

R = 33.04%
G = 25.95%
B = 41%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF96ED (or 0xBF96ED) is known color: Perfume. HEX triplet: BF, 96 and ED. RGB value is (191,150,237). Sum of RGB (Red+Green+Blue) = 191+150+237=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF96ED is #406912. Grayscale: #ABABAB. Windows color (decimal): -4221203 or 15570623. OLE color: 15570623.

HSL color Cylindrical-coordinate representation of color #BF96ED: hue angle of 268.28º degrees, saturation: 0.71, 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 #BF96ED is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 150 237 -
CMYK 0.19 0.37 0 0.07
HSL 268.28º 0.71% 0.76% -
HSV(B) 268.28º 0.37% 0.93% -
XYZ 47.68 39 85.14 -
YUV 172.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 191 150 237 0.19 0.37 0 0.07 268.28 0.71 0.76
Hex BF 96 ED 13 25 0 7 10C 47 4C
Octal 277 226 355 23 45 0 7 414 107 114
Binary 10111111 10010110 11101101 10011 100101 0 111 100001100 1000111 1001100

Color Harmonies of #BF96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96ED

Black with #BF96ED

Text Example


Text Example

White with #BF96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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