Html Css Color HEX #BBA1DE Perfume

📋 copy color: '#BBA1DE'

red 187 ◦ green 161 ◦ blue 222

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

Shades of Perfume #BBA1DE

Tints of Perfume #BBA1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 32.81%
G = 28.25%
B = 38.95%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA1DE (or 0xBBA1DE) is known color: Perfume. HEX triplet: BB, A1 and DE. RGB value is (187,161,222). Sum of RGB (Red+Green+Blue) = 187+161+222=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBA1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1DE is #445E21. Grayscale: #AFAFAF. Windows color (decimal): -4480546 or 14590395. OLE color: 14590395.

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

Color convert

RGB 187 161 222 -
CMYK 0.16 0.27 0 0.13
HSL 265.57º 0.48% 0.75% -
HSV(B) 265.57º 0.27% 0.87% -
XYZ 46.42 41.33 74.64 -
YUV 175.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 187 161 222 0.16 0.27 0 0.13 265.57 0.48 0.75
Hex BB A1 DE 10 1B 0 D 10A 30 4B
Octal 273 241 336 20 33 0 15 412 60 113
Binary 10111011 10100001 11011110 10000 11011 0 1101 100001010 110000 1001011

Color Harmonies of #BBA1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1DE

Black with #BBA1DE

Text Example


Text Example

White with #BBA1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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