Html Css Color HEX #BBA8C9 Perfume

📋 copy color: '#BBA8C9'

red 187 ◦ green 168 ◦ blue 201

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

Shades of Perfume #BBA8C9

Tints of Perfume #BBA8C9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

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

R = 33.63%
G = 30.22%
B = 36.15%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBA8C9 (or 0xBBA8C9) is known color: Perfume. HEX triplet: BB, A8 and C9. RGB value is (187,168,201). Sum of RGB (Red+Green+Blue) = 187+168+201=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8C9 is #445736. Grayscale: #B1B1B1. Windows color (decimal): -4478775 or 13215931. OLE color: 13215931.

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

Color convert

RGB 187 168 201 -
CMYK 0.07 0.16 0 0.21
HSL 274.55º 0.23% 0.72% -
HSV(B) 274.55º 0.16% 0.79% -
XYZ 45.04 42.79 61.14 -
YUV 177.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 187 168 201 0.07 0.16 0 0.21 274.55 0.23 0.72
Hex BB A8 C9 7 10 0 15 113 17 48
Octal 273 250 311 7 20 0 25 423 27 110
Binary 10111011 10101000 11001001 111 10000 0 10101 100010011 10111 1001000

Color Harmonies of #BBA8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8C9

Black with #BBA8C9

Text Example


Text Example

White with #BBA8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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