Html Css Color HEX #BB9CD3 Perfume

📋 copy color: '#BB9CD3'

red 187 ◦ green 156 ◦ blue 211

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

Shades of Perfume #BB9CD3

Tints of Perfume #BB9CD3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.16%

 BLUE value IS 211 (82.81% from 255) = 38.09%

R = 33.75%
G = 28.16%
B = 38.09%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB9CD3 (or 0xBB9CD3) is known color: Perfume. HEX triplet: BB, 9C and D3. RGB value is (187,156,211). Sum of RGB (Red+Green+Blue) = 187+156+211=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB9CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CD3 is #44632C. Grayscale: #ABABAB. Windows color (decimal): -4481837 or 13868219. OLE color: 13868219.

HSL color Cylindrical-coordinate representation of color #BB9CD3: hue angle of 273.82º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB9CD3 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 156 211 -
CMYK 0.11 0.26 0 0.17
HSL 273.82º 0.38% 0.72% -
HSV(B) 273.82º 0.26% 0.83% -
XYZ 44.14 39.04 66.84 -
YUV 171.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 187 156 211 0.11 0.26 0 0.17 273.82 0.38 0.72
Hex BB 9C D3 B 1A 0 11 112 26 48
Octal 273 234 323 13 32 0 21 422 46 110
Binary 10111011 10011100 11010011 1011 11010 0 10001 100010010 100110 1001000

Color Harmonies of #BB9CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CD3

Black with #BB9CD3

Text Example


Text Example

White with #BB9CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CD3; }

 p { color: rgb(187,156,211); }

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

background-color css

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

 a { background-color: rgb(187,156,211); }

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

border-color css

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

 span { border-color: rgb(187,156,211); }

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