Html Css Color HEX #BBA1D2 Perfume

📋 copy color: '#BBA1D2'

red 187 ◦ green 161 ◦ blue 210

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

Shades of Perfume #BBA1D2

Tints of Perfume #BBA1D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.63%

R = 33.51%
G = 28.85%
B = 37.63%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBA1D2 (or 0xBBA1D2) is known color: Perfume. HEX triplet: BB, A1 and D2. RGB value is (187,161,210). Sum of RGB (Red+Green+Blue) = 187+161+210=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBA1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1D2 is #445E2D. Grayscale: #AEAEAE. Windows color (decimal): -4480558 or 13803963. OLE color: 13803963.

HSL color Cylindrical-coordinate representation of color #BBA1D2: hue angle of 271.84º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBA1D2 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 161 210 -
CMYK 0.11 0.23 0 0.18
HSL 271.84º 0.35% 0.73% -
HSV(B) 271.84º 0.23% 0.82% -
XYZ 44.87 40.71 66.47 -
YUV 174.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 187 161 210 0.11 0.23 0 0.18 271.84 0.35 0.73
Hex BB A1 D2 B 17 0 12 110 23 49
Octal 273 241 322 13 27 0 22 420 43 111
Binary 10111011 10100001 11010010 1011 10111 0 10010 100010000 100011 1001001

Color Harmonies of #BBA1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1D2

Black with #BBA1D2

Text Example


Text Example

White with #BBA1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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