Html Css Color HEX #BB9AEA Perfume

📋 copy color: '#BB9AEA'

red 187 ◦ green 154 ◦ blue 234

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

Shades of Perfume #BB9AEA

Tints of Perfume #BB9AEA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.78%

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

R = 32.52%
G = 26.78%
B = 40.7%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB9AEA (or 0xBB9AEA) is known color: Perfume. HEX triplet: BB, 9A and EA. RGB value is (187,154,234). Sum of RGB (Red+Green+Blue) = 187+154+234=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AEA is #446515. Grayscale: #ACACAC. Windows color (decimal): -4482326 or 15375035. OLE color: 15375035.

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

Color convert

RGB 187 154 234 -
CMYK 0.20 0.34 0 0.08
HSL 264.75º 0.66% 0.76% -
HSV(B) 264.75º 0.34% 0.92% -
XYZ 46.9 39.62 83.02 -
YUV 172.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 187 154 234 0.20 0.34 0 0.08 264.75 0.66 0.76
Hex BB 9A EA 14 22 0 8 109 42 4C
Octal 273 232 352 24 42 0 10 411 102 114
Binary 10111011 10011010 11101010 10100 100010 0 1000 100001001 1000010 1001100

Color Harmonies of #BB9AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9AEA

Black with #BB9AEA

Text Example


Text Example

White with #BB9AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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