Html Css Color HEX #BB95EC Perfume

📋 copy color: '#BB95EC'

red 187 ◦ green 149 ◦ blue 236

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

Shades of Perfume #BB95EC

Tints of Perfume #BB95EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 32.69%
G = 26.05%
B = 41.26%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB95EC (or 0xBB95EC) is known color: Perfume. HEX triplet: BB, 95 and EC. RGB value is (187,149,236). Sum of RGB (Red+Green+Blue) = 187+149+236=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95EC is #446A13. Grayscale: #A9A9A9. Windows color (decimal): -4483604 or 15504827. OLE color: 15504827.

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

Color convert

RGB 187 149 236 -
CMYK 0.21 0.37 0 0.07
HSL 266.21º 0.7% 0.75% -
HSV(B) 266.21º 0.37% 0.93% -
XYZ 46.38 38.12 84.27 -
YUV 170.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 187 149 236 0.21 0.37 0 0.07 266.21 0.7 0.75
Hex BB 95 EC 15 25 0 7 10A 46 4B
Octal 273 225 354 25 45 0 7 412 106 113
Binary 10111011 10010101 11101100 10101 100101 0 111 100001010 1000110 1001011

Color Harmonies of #BB95EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95EC

Black with #BB95EC

Text Example


Text Example

White with #BB95EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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