Html Css Color HEX #BB99D8 Perfume

📋 copy color: '#BB99D8'

red 187 ◦ green 153 ◦ blue 216

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

Shades of Perfume #BB99D8

Tints of Perfume #BB99D8

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.52%

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 33.63%
G = 27.52%
B = 38.85%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB99D8 (or 0xBB99D8) is known color: Perfume. HEX triplet: BB, 99 and D8. RGB value is (187,153,216). Sum of RGB (Red+Green+Blue) = 187+153+216=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB99D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99D8 is #446627. Grayscale: #AAAAAA. Windows color (decimal): -4482600 or 14195131. OLE color: 14195131.

HSL color Cylindrical-coordinate representation of color #BB99D8: hue angle of 272.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB99D8 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 153 216 -
CMYK 0.13 0.29 0 0.15
HSL 272.38º 0.45% 0.72% -
HSV(B) 272.38º 0.29% 0.85% -
XYZ 44.28 38.31 70.03 -
YUV 170.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 187 153 216 0.13 0.29 0 0.15 272.38 0.45 0.72
Hex BB 99 D8 D 1D 0 F 110 2D 48
Octal 273 231 330 15 35 0 17 420 55 110
Binary 10111011 10011001 11011000 1101 11101 0 1111 100010000 101101 1001000

Color Harmonies of #BB99D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99D8

Black with #BB99D8

Text Example


Text Example

White with #BB99D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99D8; }

 p { color: rgb(187,153,216); }

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

background-color css

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

 a { background-color: rgb(187,153,216); }

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

border-color css

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

 span { border-color: rgb(187,153,216); }

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