Html Css Color HEX #B997EA Perfume

📋 copy color: '#B997EA'

red 185 ◦ green 151 ◦ blue 234

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

Shades of Perfume #B997EA

Tints of Perfume #B997EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 32.46%
G = 26.49%
B = 41.05%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B997EA (or 0xB997EA) is known color: Perfume. HEX triplet: B9, 97 and EA. RGB value is (185,151,234). Sum of RGB (Red+Green+Blue) = 185+151+234=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #B997EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B997EA is #466815. Grayscale: #AAAAAA. Windows color (decimal): -4614166 or 15374265. OLE color: 15374265.

HSL color Cylindrical-coordinate representation of color #B997EA: hue angle of 264.58º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B997EA is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 151 234 -
CMYK 0.21 0.35 0 0.08
HSL 264.58º 0.66% 0.75% -
HSV(B) 264.58º 0.35% 0.92% -
XYZ 45.93 38.39 82.83 -
YUV 170.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 185 151 234 0.21 0.35 0 0.08 264.58 0.66 0.75
Hex B9 97 EA 15 23 0 8 109 42 4B
Octal 271 227 352 25 43 0 10 411 102 113
Binary 10111001 10010111 11101010 10101 100011 0 1000 100001001 1000010 1001011

Color Harmonies of #B997EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997EA

Black with #B997EA

Text Example


Text Example

White with #B997EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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