Html Css Color HEX #BBA2DD Perfume

📋 copy color: '#BBA2DD'

red 187 ◦ green 162 ◦ blue 221

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

Shades of Perfume #BBA2DD

Tints of Perfume #BBA2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.42%

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

R = 32.81%
G = 28.42%
B = 38.77%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA2DD (or 0xBBA2DD) is known color: Perfume. HEX triplet: BB, A2 and DD. RGB value is (187,162,221). Sum of RGB (Red+Green+Blue) = 187+162+221=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2DD is #445D22. Grayscale: #AFAFAF. Windows color (decimal): -4480291 or 14525115. OLE color: 14525115.

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

Color convert

RGB 187 162 221 -
CMYK 0.15 0.27 0 0.13
HSL 265.42º 0.46% 0.75% -
HSV(B) 265.42º 0.27% 0.87% -
XYZ 46.47 41.63 73.99 -
YUV 176.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 187 162 221 0.15 0.27 0 0.13 265.42 0.46 0.75
Hex BB A2 DD F 1B 0 D 109 2E 4B
Octal 273 242 335 17 33 0 15 411 56 113
Binary 10111011 10100010 11011101 1111 11011 0 1101 100001001 101110 1001011

Color Harmonies of #BBA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2DD

Black with #BBA2DD

Text Example


Text Example

White with #BBA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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