Html Css Color HEX #BBA7C9 Perfume

📋 copy color: '#BBA7C9'

red 187 ◦ green 167 ◦ blue 201

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

Shades of Perfume #BBA7C9

Tints of Perfume #BBA7C9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.09%

 BLUE value IS 201 (78.91% from 255) = 36.22%

R = 33.69%
G = 30.09%
B = 36.22%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBA7C9 (or 0xBBA7C9) is known color: Perfume. HEX triplet: BB, A7 and C9. RGB value is (187,167,201). Sum of RGB (Red+Green+Blue) = 187+167+201=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBA7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7C9 is #445836. Grayscale: #B0B0B0. Windows color (decimal): -4479031 or 13215675. OLE color: 13215675.

HSL color Cylindrical-coordinate representation of color #BBA7C9: hue angle of 275.29º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA7C9 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 167 201 -
CMYK 0.07 0.17 0 0.21
HSL 275.29º 0.24% 0.72% -
HSV(B) 275.29º 0.17% 0.79% -
XYZ 44.85 42.42 61.08 -
YUV 176.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 187 167 201 0.07 0.17 0 0.21 275.29 0.24 0.72
Hex BB A7 C9 7 11 0 15 113 18 48
Octal 273 247 311 7 21 0 25 423 30 110
Binary 10111011 10100111 11001001 111 10001 0 10101 100010011 11000 1001000

Color Harmonies of #BBA7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7C9

Black with #BBA7C9

Text Example


Text Example

White with #BBA7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7C9; }

 p { color: rgb(187,167,201); }

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

background-color css

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

 a { background-color: rgb(187,167,201); }

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

border-color css

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

 span { border-color: rgb(187,167,201); }

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