Html Css Color HEX #BB9FED Perfume

📋 copy color: '#BB9FED'

red 187 ◦ green 159 ◦ blue 237

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

Shades of Perfume #BB9FED

Tints of Perfume #BB9FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 32.08%
G = 27.27%
B = 40.65%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB9FED (or 0xBB9FED) is known color: Perfume. HEX triplet: BB, 9F and ED. RGB value is (187,159,237). Sum of RGB (Red+Green+Blue) = 187+159+237=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FED is #446012. Grayscale: #AFAFAF. Windows color (decimal): -4481043 or 15572923. OLE color: 15572923.

HSL color Cylindrical-coordinate representation of color #BB9FED: hue angle of 261.54º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9FED is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 159 237 -
CMYK 0.21 0.33 0 0.07
HSL 261.54º 0.68% 0.78% -
HSV(B) 261.54º 0.33% 0.93% -
XYZ 48.18 41.48 85.59 -
YUV 176.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 187 159 237 0.21 0.33 0 0.07 261.54 0.68 0.78
Hex BB 9F ED 15 21 0 7 106 44 4E
Octal 273 237 355 25 41 0 7 406 104 116
Binary 10111011 10011111 11101101 10101 100001 0 111 100000110 1000100 1001110

Color Harmonies of #BB9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FED

Black with #BB9FED

Text Example


Text Example

White with #BB9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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