Html Css Color HEX #BBA9D0 Perfume

📋 copy color: '#BBA9D0'

red 187 ◦ green 169 ◦ blue 208

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

Shades of Perfume #BBA9D0

Tints of Perfume #BBA9D0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.96%

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

R = 33.16%
G = 29.96%
B = 36.88%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBA9D0 (or 0xBBA9D0) is known color: Perfume. HEX triplet: BB, A9 and D0. RGB value is (187,169,208). Sum of RGB (Red+Green+Blue) = 187+169+208=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D0 is #44562F. Grayscale: #B2B2B2. Windows color (decimal): -4478512 or 13674939. OLE color: 13674939.

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

Color convert

RGB 187 169 208 -
CMYK 0.10 0.19 0 0.18
HSL 267.69º 0.29% 0.74% -
HSV(B) 267.69º 0.19% 0.82% -
XYZ 46.07 43.49 65.64 -
YUV 178.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 187 169 208 0.10 0.19 0 0.18 267.69 0.29 0.74
Hex BB A9 D0 A 13 0 12 10C 1D 4A
Octal 273 251 320 12 23 0 22 414 35 112
Binary 10111011 10101001 11010000 1010 10011 0 10010 100001100 11101 1001010

Color Harmonies of #BBA9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9D0

Black with #BBA9D0

Text Example


Text Example

White with #BBA9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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