Html Css Color HEX #BB9EDC Perfume

📋 copy color: '#BB9EDC'

red 187 ◦ green 158 ◦ blue 220

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

Shades of Perfume #BB9EDC

Tints of Perfume #BB9EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.96%

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

R = 33.1%
G = 27.96%
B = 38.94%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB9EDC (or 0xBB9EDC) is known color: Perfume. HEX triplet: BB, 9E and DC. RGB value is (187,158,220). Sum of RGB (Red+Green+Blue) = 187+158+220=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EDC is #446123. Grayscale: #ADADAD. Windows color (decimal): -4481316 or 14458555. OLE color: 14458555.

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

Color convert

RGB 187 158 220 -
CMYK 0.15 0.28 0 0.14
HSL 268.06º 0.47% 0.74% -
HSV(B) 268.06º 0.28% 0.86% -
XYZ 45.64 40.19 73.06 -
YUV 173.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 187 158 220 0.15 0.28 0 0.14 268.06 0.47 0.74
Hex BB 9E DC F 1C 0 E 10C 2F 4A
Octal 273 236 334 17 34 0 16 414 57 112
Binary 10111011 10011110 11011100 1111 11100 0 1110 100001100 101111 1001010

Color Harmonies of #BB9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9EDC

Black with #BB9EDC

Text Example


Text Example

White with #BB9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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