Html Css Color HEX #BBA0DC Perfume

📋 copy color: '#BBA0DC'

red 187 ◦ green 160 ◦ blue 220

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

Shades of Perfume #BBA0DC

Tints of Perfume #BBA0DC

RGB

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

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

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

R = 32.98%
G = 28.22%
B = 38.8%

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

#BBA0DC (or 0xBBA0DC) is known color: Perfume. HEX triplet: BB, A0 and DC. RGB value is (187,160,220). Sum of RGB (Red+Green+Blue) = 187+160+220=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0DC is #445F23. Grayscale: #AEAEAE. Windows color (decimal): -4480804 or 14459067. OLE color: 14459067.

HSL color Cylindrical-coordinate representation of color #BBA0DC: hue angle of 267º 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 #BBA0DC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 160 220 -
CMYK 0.15 0.27 0 0.14
HSL 267º 0.46% 0.75% -
HSV(B) 267º 0.27% 0.86% -
XYZ 45.98 40.87 73.18 -
YUV 174.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 187 160 220 0.15 0.27 0 0.14 267 0.46 0.75
Hex BB A0 DC F 1B 0 E 10B 2E 4B
Octal 273 240 334 17 33 0 16 413 56 113
Binary 10111011 10100000 11011100 1111 11011 0 1110 100001011 101110 1001011

Color Harmonies of #BBA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0DC

Black with #BBA0DC

Text Example


Text Example

White with #BBA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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