Html Css Color HEX #BBA0DA Perfume

📋 copy color: '#BBA0DA'

red 187 ◦ green 160 ◦ blue 218

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

Shades of Perfume #BBA0DA

Tints of Perfume #BBA0DA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.32%

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

R = 33.1%
G = 28.32%
B = 38.58%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBA0DA (or 0xBBA0DA) is known color: Perfume. HEX triplet: BB, A0 and DA. RGB value is (187,160,218). Sum of RGB (Red+Green+Blue) = 187+160+218=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0DA is #445F25. Grayscale: #AEAEAE. Windows color (decimal): -4480806 or 14327995. OLE color: 14327995.

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

Color convert

RGB 187 160 218 -
CMYK 0.14 0.27 0 0.15
HSL 267.93º 0.44% 0.74% -
HSV(B) 267.93º 0.27% 0.85% -
XYZ 45.72 40.77 71.79 -
YUV 174.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 187 160 218 0.14 0.27 0 0.15 267.93 0.44 0.74
Hex BB A0 DA E 1B 0 F 10C 2C 4A
Octal 273 240 332 16 33 0 17 414 54 112
Binary 10111011 10100000 11011010 1110 11011 0 1111 100001100 101100 1001010

Color Harmonies of #BBA0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0DA

Black with #BBA0DA

Text Example


Text Example

White with #BBA0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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