Html Css Color HEX #BB9FE0 Perfume

📋 copy color: '#BB9FE0'

red 187 ◦ green 159 ◦ blue 224

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

Shades of Perfume #BB9FE0

Tints of Perfume #BB9FE0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.89%

 BLUE value IS 224 (87.89% from 255) = 39.3%

R = 32.81%
G = 27.89%
B = 39.3%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB9FE0 (or 0xBB9FE0) is known color: Perfume. HEX triplet: BB, 9F and E0. RGB value is (187,159,224). Sum of RGB (Red+Green+Blue) = 187+159+224=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FE0 is #44601F. Grayscale: #AEAEAE. Windows color (decimal): -4481056 or 14720955. OLE color: 14720955.

HSL color Cylindrical-coordinate representation of color #BB9FE0: hue angle of 265.85º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9FE0 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 159 224 -
CMYK 0.17 0.29 0 0.12
HSL 265.85º 0.51% 0.75% -
HSV(B) 265.85º 0.29% 0.88% -
XYZ 46.35 40.74 75.94 -
YUV 174.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 187 159 224 0.17 0.29 0 0.12 265.85 0.51 0.75
Hex BB 9F E0 11 1D 0 C 10A 33 4B
Octal 273 237 340 21 35 0 14 412 63 113
Binary 10111011 10011111 11100000 10001 11101 0 1100 100001010 110011 1001011

Color Harmonies of #BB9FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FE0

Black with #BB9FE0

Text Example


Text Example

White with #BB9FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FE0; }

 p { color: rgb(187,159,224); }

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

background-color css

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

 a { background-color: rgb(187,159,224); }

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

border-color css

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

 span { border-color: rgb(187,159,224); }

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