Html Css Color HEX #BBA0D0 Perfume

📋 copy color: '#BBA0D0'

red 187 ◦ green 160 ◦ blue 208

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

Shades of Perfume #BBA0D0

Tints of Perfume #BBA0D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.48%

R = 33.69%
G = 28.83%
B = 37.48%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBA0D0 (or 0xBBA0D0) is known color: Perfume. HEX triplet: BB, A0 and D0. RGB value is (187,160,208). Sum of RGB (Red+Green+Blue) = 187+160+208=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBA0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0D0 is #445F2F. Grayscale: #ADADAD. Windows color (decimal): -4480816 or 13672635. OLE color: 13672635.

HSL color Cylindrical-coordinate representation of color #BBA0D0: hue angle of 273.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBA0D0 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 160 208 -
CMYK 0.10 0.23 0 0.18
HSL 273.75º 0.34% 0.72% -
HSV(B) 273.75º 0.23% 0.82% -
XYZ 44.45 40.26 65.1 -
YUV 173.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 187 160 208 0.10 0.23 0 0.18 273.75 0.34 0.72
Hex BB A0 D0 A 17 0 12 112 22 48
Octal 273 240 320 12 27 0 22 422 42 110
Binary 10111011 10100000 11010000 1010 10111 0 10010 100010010 100010 1001000

Color Harmonies of #BBA0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0D0

Black with #BBA0D0

Text Example


Text Example

White with #BBA0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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