Html Css Color HEX #BBA1DD Perfume

📋 copy color: '#BBA1DD'

red 187 ◦ green 161 ◦ blue 221

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

Shades of Perfume #BBA1DD

Tints of Perfume #BBA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.3%

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

R = 32.86%
G = 28.3%
B = 38.84%

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

#BBA1DD (or 0xBBA1DD) is known color: Perfume. HEX triplet: BB, A1 and DD. RGB value is (187,161,221). Sum of RGB (Red+Green+Blue) = 187+161+221=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1DD is #445E22. Grayscale: #AFAFAF. Windows color (decimal): -4480547 or 14524859. OLE color: 14524859.

HSL color Cylindrical-coordinate representation of color #BBA1DD: hue angle of 266º degrees, saturation: 0.47, 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 #BBA1DD is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 161 221 -
CMYK 0.15 0.27 0 0.13
HSL 266º 0.47% 0.75% -
HSV(B) 266º 0.27% 0.87% -
XYZ 46.29 41.27 73.93 -
YUV 175.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 187 161 221 0.15 0.27 0 0.13 266 0.47 0.75
Hex BB A1 DD F 1B 0 D 10A 2F 4B
Octal 273 241 335 17 33 0 15 412 57 113
Binary 10111011 10100001 11011101 1111 11011 0 1101 100001010 101111 1001011

Color Harmonies of #BBA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1DD

Black with #BBA1DD

Text Example


Text Example

White with #BBA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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