Html Css Color HEX #BBA3C9 Perfume

📋 copy color: '#BBA3C9'

red 187 ◦ green 163 ◦ blue 201

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

Shades of Perfume #BBA3C9

Tints of Perfume #BBA3C9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.58%

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

R = 33.94%
G = 29.58%
B = 36.48%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBA3C9 (or 0xBBA3C9) is known color: Perfume. HEX triplet: BB, A3 and C9. RGB value is (187,163,201). Sum of RGB (Red+Green+Blue) = 187+163+201=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBA3C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3C9 is #445C36. Grayscale: #AEAEAE. Windows color (decimal): -4480055 or 13214651. OLE color: 13214651.

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

Color convert

RGB 187 163 201 -
CMYK 0.07 0.19 0 0.21
HSL 277.89º 0.26% 0.71% -
HSV(B) 277.89º 0.19% 0.79% -
XYZ 44.13 40.98 60.84 -
YUV 174.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 187 163 201 0.07 0.19 0 0.21 277.89 0.26 0.71
Hex BB A3 C9 7 13 0 15 116 1A 47
Octal 273 243 311 7 23 0 25 426 32 107
Binary 10111011 10100011 11001001 111 10011 0 10101 100010110 11010 1000111

Color Harmonies of #BBA3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3C9

Black with #BBA3C9

Text Example


Text Example

White with #BBA3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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