Html Css Color HEX #B997EE Perfume

📋 copy color: '#B997EE'

red 185 ◦ green 151 ◦ blue 238

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

Shades of Perfume #B997EE

Tints of Perfume #B997EE

RGB

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

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

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

R = 32.23%
G = 26.31%
B = 41.46%

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

#B997EE (or 0xB997EE) is known color: Perfume. HEX triplet: B9, 97 and EE. RGB value is (185,151,238). Sum of RGB (Red+Green+Blue) = 185+151+238=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #B997EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997EE is #466811. Grayscale: #AAAAAA. Windows color (decimal): -4614162 or 15636409. OLE color: 15636409.

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

Color convert

RGB 185 151 238 -
CMYK 0.22 0.37 0 0.07
HSL 263.45º 0.72% 0.76% -
HSV(B) 263.45º 0.37% 0.93% -
XYZ 46.51 38.62 85.89 -
YUV 171.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 185 151 238 0.22 0.37 0 0.07 263.45 0.72 0.76
Hex B9 97 EE 16 25 0 7 107 48 4C
Octal 271 227 356 26 45 0 7 407 110 114
Binary 10111001 10010111 11101110 10110 100101 0 111 100000111 1001000 1001100

Color Harmonies of #B997EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997EE

Black with #B997EE

Text Example


Text Example

White with #B997EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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