Html Css Color HEX #BBA3DD Perfume

📋 copy color: '#BBA3DD'

red 187 ◦ green 163 ◦ blue 221

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

Shades of Perfume #BBA3DD

Tints of Perfume #BBA3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.55%

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 32.75%
G = 28.55%
B = 38.7%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA3DD (or 0xBBA3DD) is known color: Perfume. HEX triplet: BB, A3 and DD. RGB value is (187,163,221). Sum of RGB (Red+Green+Blue) = 187+163+221=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3DD is #445C22. Grayscale: #B0B0B0. Windows color (decimal): -4480035 or 14525371. OLE color: 14525371.

HSL color Cylindrical-coordinate representation of color #BBA3DD: hue angle of 264.83º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA3DD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 163 221 -
CMYK 0.15 0.26 0 0.13
HSL 264.83º 0.46% 0.75% -
HSV(B) 264.83º 0.26% 0.87% -
XYZ 46.64 41.98 74.05 -
YUV 176.79 152.95 135.28 -
System Red Green Blue C M Y K H S L
Decimal 187 163 221 0.15 0.26 0 0.13 264.83 0.46 0.75
Hex BB A3 DD F 1A 0 D 109 2E 4B
Octal 273 243 335 17 32 0 15 411 56 113
Binary 10111011 10100011 11011101 1111 11010 0 1101 100001001 101110 1001011

Color Harmonies of #BBA3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3DD

Black with #BBA3DD

Text Example


Text Example

White with #BBA3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3DD; }

 p { color: rgb(187,163,221); }

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

background-color css

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

 a { background-color: rgb(187,163,221); }

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

border-color css

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

 span { border-color: rgb(187,163,221); }

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