Html Css Color HEX #BBA4C9 Perfume

📋 copy color: '#BBA4C9'

red 187 ◦ green 164 ◦ blue 201

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

Shades of Perfume #BBA4C9

Tints of Perfume #BBA4C9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.71%

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

R = 33.88%
G = 29.71%
B = 36.41%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBA4C9 (or 0xBBA4C9) is known color: Perfume. HEX triplet: BB, A4 and C9. RGB value is (187,164,201). Sum of RGB (Red+Green+Blue) = 187+164+201=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBA4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4C9 is #445B36. Grayscale: #AEAEAE. Windows color (decimal): -4479799 or 13214907. OLE color: 13214907.

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

Color convert

RGB 187 164 201 -
CMYK 0.07 0.18 0 0.21
HSL 277.3º 0.26% 0.72% -
HSV(B) 277.3º 0.18% 0.79% -
XYZ 44.31 41.33 60.9 -
YUV 175.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 187 164 201 0.07 0.18 0 0.21 277.3 0.26 0.72
Hex BB A4 C9 7 12 0 15 115 1A 48
Octal 273 244 311 7 22 0 25 425 32 110
Binary 10111011 10100100 11001001 111 10010 0 10101 100010101 11010 1001000

Color Harmonies of #BBA4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4C9

Black with #BBA4C9

Text Example


Text Example

White with #BBA4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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