Html Css Color HEX #B995EE Perfume

📋 copy color: '#B995EE'

red 185 ◦ green 149 ◦ blue 238

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

Shades of Perfume #B995EE

Tints of Perfume #B995EE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.05%

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

R = 32.34%
G = 26.05%
B = 41.61%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B995EE (or 0xB995EE) is known color: Perfume. HEX triplet: B9, 95 and EE. RGB value is (185,149,238). Sum of RGB (Red+Green+Blue) = 185+149+238=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #B995EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995EE is #466A11. Grayscale: #A9A9A9. Windows color (decimal): -4614674 or 15635897. OLE color: 15635897.

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

Color convert

RGB 185 149 238 -
CMYK 0.22 0.37 0 0.07
HSL 264.27º 0.72% 0.76% -
HSV(B) 264.27º 0.37% 0.93% -
XYZ 46.19 37.98 85.79 -
YUV 169.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 185 149 238 0.22 0.37 0 0.07 264.27 0.72 0.76
Hex B9 95 EE 16 25 0 7 108 48 4C
Octal 271 225 356 26 45 0 7 410 110 114
Binary 10111001 10010101 11101110 10110 100101 0 111 100001000 1001000 1001100

Color Harmonies of #B995EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995EE

Black with #B995EE

Text Example


Text Example

White with #B995EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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