Html Css Color HEX #B994EE Perfume

📋 copy color: '#B994EE'

red 185 ◦ green 148 ◦ blue 238

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

Shades of Perfume #B994EE

Tints of Perfume #B994EE

RGB

 RED value IS 185 (72.66% from 255) = 32.4%

 GREEN value IS 148 (58.2% from 255) = 25.92%

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

R = 32.4%
G = 25.92%
B = 41.68%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B994EE (or 0xB994EE) is known color: Perfume. HEX triplet: B9, 94 and EE. RGB value is (185,148,238). Sum of RGB (Red+Green+Blue) = 185+148+238=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #B994EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994EE is #466B11. Grayscale: #A9A9A9. Windows color (decimal): -4614930 or 15635641. OLE color: 15635641.

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

Color convert

RGB 185 148 238 -
CMYK 0.22 0.38 0 0.07
HSL 264.67º 0.73% 0.76% -
HSV(B) 264.67º 0.38% 0.93% -
XYZ 46.03 37.67 85.73 -
YUV 169.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 185 148 238 0.22 0.38 0 0.07 264.67 0.73 0.76
Hex B9 94 EE 16 26 0 7 109 49 4C
Octal 271 224 356 26 46 0 7 411 111 114
Binary 10111001 10010100 11101110 10110 100110 0 111 100001001 1001001 1001100

Color Harmonies of #B994EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994EE

Black with #B994EE

Text Example


Text Example

White with #B994EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994EE; }

 p { color: rgb(185,148,238); }

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

background-color css

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

 a { background-color: rgb(185,148,238); }

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

border-color css

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

 span { border-color: rgb(185,148,238); }

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