Html Css Color HEX #BB9CE5 Perfume

📋 copy color: '#BB9CE5'

red 187 ◦ green 156 ◦ blue 229

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

Shades of Perfume #BB9CE5

Tints of Perfume #BB9CE5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.27%

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 32.69%
G = 27.27%
B = 40.03%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB9CE5 (or 0xBB9CE5) is known color: Perfume. HEX triplet: BB, 9C and E5. RGB value is (187,156,229). Sum of RGB (Red+Green+Blue) = 187+156+229=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB9CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CE5 is #44631A. Grayscale: #ADADAD. Windows color (decimal): -4481819 or 15047867. OLE color: 15047867.

HSL color Cylindrical-coordinate representation of color #BB9CE5: hue angle of 265.48º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9CE5 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 156 229 -
CMYK 0.18 0.32 0 0.10
HSL 265.48º 0.58% 0.75% -
HSV(B) 265.48º 0.32% 0.9% -
XYZ 46.52 40 79.4 -
YUV 173.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 187 156 229 0.18 0.32 0 0.10 265.48 0.58 0.75
Hex BB 9C E5 12 20 0 A 109 3A 4B
Octal 273 234 345 22 40 0 12 411 72 113
Binary 10111011 10011100 11100101 10010 100000 0 1010 100001001 111010 1001011

Color Harmonies of #BB9CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CE5

Black with #BB9CE5

Text Example


Text Example

White with #BB9CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CE5; }

 p { color: rgb(187,156,229); }

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

background-color css

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

 a { background-color: rgb(187,156,229); }

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

border-color css

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

 span { border-color: rgb(187,156,229); }

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