Html Css Color HEX #BBA1DA Perfume

📋 copy color: '#BBA1DA'

red 187 ◦ green 161 ◦ blue 218

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

Shades of Perfume #BBA1DA

Tints of Perfume #BBA1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 33.04%
G = 28.45%
B = 38.52%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBA1DA (or 0xBBA1DA) is known color: Perfume. HEX triplet: BB, A1 and DA. RGB value is (187,161,218). Sum of RGB (Red+Green+Blue) = 187+161+218=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1DA is #445E25. Grayscale: #AFAFAF. Windows color (decimal): -4480550 or 14328251. OLE color: 14328251.

HSL color Cylindrical-coordinate representation of color #BBA1DA: hue angle of 267.37º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA1DA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 161 218 -
CMYK 0.14 0.26 0 0.15
HSL 267.37º 0.44% 0.74% -
HSV(B) 267.37º 0.26% 0.85% -
XYZ 45.89 41.12 71.85 -
YUV 175.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 187 161 218 0.14 0.26 0 0.15 267.37 0.44 0.74
Hex BB A1 DA E 1A 0 F 10B 2C 4A
Octal 273 241 332 16 32 0 17 413 54 112
Binary 10111011 10100001 11011010 1110 11010 0 1111 100001011 101100 1001010

Color Harmonies of #BBA1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1DA

Black with #BBA1DA

Text Example


Text Example

White with #BBA1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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