Html Css Color HEX #BBA0DE Perfume

📋 copy color: '#BBA0DE'

red 187 ◦ green 160 ◦ blue 222

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

Shades of Perfume #BBA0DE

Tints of Perfume #BBA0DE

RGB

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

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

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

R = 32.86%
G = 28.12%
B = 39.02%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA0DE (or 0xBBA0DE) is known color: Perfume. HEX triplet: BB, A0 and DE. RGB value is (187,160,222). Sum of RGB (Red+Green+Blue) = 187+160+222=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0DE is #445F21. Grayscale: #AEAEAE. Windows color (decimal): -4480802 or 14590139. OLE color: 14590139.

HSL color Cylindrical-coordinate representation of color #BBA0DE: hue angle of 266.13º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA0DE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 160 222 -
CMYK 0.16 0.28 0 0.13
HSL 266.13º 0.48% 0.75% -
HSV(B) 266.13º 0.28% 0.87% -
XYZ 46.25 40.98 74.58 -
YUV 175.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 187 160 222 0.16 0.28 0 0.13 266.13 0.48 0.75
Hex BB A0 DE 10 1C 0 D 10A 30 4B
Octal 273 240 336 20 34 0 15 412 60 113
Binary 10111011 10100000 11011110 10000 11100 0 1101 100001010 110000 1001011

Color Harmonies of #BBA0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0DE

Black with #BBA0DE

Text Example


Text Example

White with #BBA0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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