Html Css Color HEX #BB97EA Perfume

📋 copy color: '#BB97EA'

red 187 ◦ green 151 ◦ blue 234

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

Shades of Perfume #BB97EA

Tints of Perfume #BB97EA

RGB

 RED value IS 187 (73.44% from 255) = 32.69%

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

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

R = 32.69%
G = 26.4%
B = 40.91%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB97EA (or 0xBB97EA) is known color: Perfume. HEX triplet: BB, 97 and EA. RGB value is (187,151,234). Sum of RGB (Red+Green+Blue) = 187+151+234=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB97EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB97EA is #446815. Grayscale: #AAAAAA. Windows color (decimal): -4483094 or 15374267. OLE color: 15374267.

HSL color Cylindrical-coordinate representation of color #BB97EA: hue angle of 266.02º 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 #BB97EA is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 151 234 -
CMYK 0.20 0.35 0 0.08
HSL 266.02º 0.66% 0.75% -
HSV(B) 266.02º 0.35% 0.92% -
XYZ 46.41 38.64 82.85 -
YUV 171.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 187 151 234 0.20 0.35 0 0.08 266.02 0.66 0.75
Hex BB 97 EA 14 23 0 8 10A 42 4B
Octal 273 227 352 24 43 0 10 412 102 113
Binary 10111011 10010111 11101010 10100 100011 0 1000 100001010 1000010 1001011

Color Harmonies of #BB97EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97EA

Black with #BB97EA

Text Example


Text Example

White with #BB97EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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