Html Css Color HEX #BBA1DC Perfume

📋 copy color: '#BBA1DC'

red 187 ◦ green 161 ◦ blue 220

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

Shades of Perfume #BBA1DC

Tints of Perfume #BBA1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 32.92%
G = 28.35%
B = 38.73%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBA1DC (or 0xBBA1DC) is known color: Perfume. HEX triplet: BB, A1 and DC. RGB value is (187,161,220). Sum of RGB (Red+Green+Blue) = 187+161+220=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1DC is #445E23. Grayscale: #AFAFAF. Windows color (decimal): -4480548 or 14459323. OLE color: 14459323.

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

Color convert

RGB 187 161 220 -
CMYK 0.15 0.27 0 0.14
HSL 266.44º 0.46% 0.75% -
HSV(B) 266.44º 0.27% 0.86% -
XYZ 46.16 41.22 73.23 -
YUV 175.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 187 161 220 0.15 0.27 0 0.14 266.44 0.46 0.75
Hex BB A1 DC F 1B 0 E 10A 2E 4B
Octal 273 241 334 17 33 0 16 412 56 113
Binary 10111011 10100001 11011100 1111 11011 0 1110 100001010 101110 1001011

Color Harmonies of #BBA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1DC

Black with #BBA1DC

Text Example


Text Example

White with #BBA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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