Html Css Color HEX #BB9DD0 Perfume

📋 copy color: '#BB9DD0'

red 187 ◦ green 157 ◦ blue 208

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

Shades of Perfume #BB9DD0

Tints of Perfume #BB9DD0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.44%

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 33.88%
G = 28.44%
B = 37.68%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB9DD0 (or 0xBB9DD0) is known color: Perfume. HEX triplet: BB, 9D and D0. RGB value is (187,157,208). Sum of RGB (Red+Green+Blue) = 187+157+208=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB9DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DD0 is #44622F. Grayscale: #ABABAB. Windows color (decimal): -4481584 or 13671867. OLE color: 13671867.

HSL color Cylindrical-coordinate representation of color #BB9DD0: hue angle of 275.29º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB9DD0 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 157 208 -
CMYK 0.10 0.25 0 0.18
HSL 275.29º 0.35% 0.72% -
HSV(B) 275.29º 0.25% 0.82% -
XYZ 43.94 39.23 64.93 -
YUV 171.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 187 157 208 0.10 0.25 0 0.18 275.29 0.35 0.72
Hex BB 9D D0 A 19 0 12 113 23 48
Octal 273 235 320 12 31 0 22 423 43 110
Binary 10111011 10011101 11010000 1010 11001 0 10010 100010011 100011 1001000

Color Harmonies of #BB9DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DD0

Black with #BB9DD0

Text Example


Text Example

White with #BB9DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DD0; }

 p { color: rgb(187,157,208); }

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

background-color css

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

 a { background-color: rgb(187,157,208); }

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

border-color css

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

 span { border-color: rgb(187,157,208); }

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