Html Css Color HEX #BB9EEA Perfume

📋 copy color: '#BB9EEA'

red 187 ◦ green 158 ◦ blue 234

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

Shades of Perfume #BB9EEA

Tints of Perfume #BB9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.29%

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

R = 32.3%
G = 27.29%
B = 40.41%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB9EEA (or 0xBB9EEA) is known color: Perfume. HEX triplet: BB, 9E and EA. RGB value is (187,158,234). Sum of RGB (Red+Green+Blue) = 187+158+234=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EEA is #446115. Grayscale: #AFAFAF. Windows color (decimal): -4481302 or 15376059. OLE color: 15376059.

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

Color convert

RGB 187 158 234 -
CMYK 0.20 0.32 0 0.08
HSL 262.89º 0.64% 0.77% -
HSV(B) 262.89º 0.32% 0.92% -
XYZ 47.57 40.96 83.24 -
YUV 175.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 187 158 234 0.20 0.32 0 0.08 262.89 0.64 0.77
Hex BB 9E EA 14 20 0 8 107 40 4D
Octal 273 236 352 24 40 0 10 407 100 115
Binary 10111011 10011110 11101010 10100 100000 0 1000 100000111 1000000 1001101

Color Harmonies of #BB9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EEA

Black with #BB9EEA

Text Example


Text Example

White with #BB9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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