Html Css Color HEX #BB95DC Perfume

📋 copy color: '#BB95DC'

red 187 ◦ green 149 ◦ blue 220

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

Shades of Perfume #BB95DC

Tints of Perfume #BB95DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.8%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 33.63%
G = 26.8%
B = 39.57%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB95DC (or 0xBB95DC) is known color: Perfume. HEX triplet: BB, 95 and DC. RGB value is (187,149,220). Sum of RGB (Red+Green+Blue) = 187+149+220=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95DC is #446A23. Grayscale: #A8A8A8. Windows color (decimal): -4483620 or 14456251. OLE color: 14456251.

HSL color Cylindrical-coordinate representation of color #BB95DC: hue angle of 272.11º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB95DC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 149 220 -
CMYK 0.15 0.32 0 0.14
HSL 272.11º 0.5% 0.72% -
HSV(B) 272.11º 0.32% 0.86% -
XYZ 44.16 37.23 72.57 -
YUV 168.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 187 149 220 0.15 0.32 0 0.14 272.11 0.5 0.72
Hex BB 95 DC F 20 0 E 110 32 48
Octal 273 225 334 17 40 0 16 420 62 110
Binary 10111011 10010101 11011100 1111 100000 0 1110 100010000 110010 1001000

Color Harmonies of #BB95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95DC

Black with #BB95DC

Text Example


Text Example

White with #BB95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95DC; }

 p { color: rgb(187,149,220); }

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

background-color css

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

 a { background-color: rgb(187,149,220); }

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

border-color css

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

 span { border-color: rgb(187,149,220); }

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