Html Css Color HEX #BBA6C9 Perfume

📋 copy color: '#BBA6C9'

red 187 ◦ green 166 ◦ blue 201

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

Shades of Perfume #BBA6C9

Tints of Perfume #BBA6C9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.96%

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

R = 33.75%
G = 29.96%
B = 36.28%

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

#BBA6C9 (or 0xBBA6C9) is known color: Perfume. HEX triplet: BB, A6 and C9. RGB value is (187,166,201). Sum of RGB (Red+Green+Blue) = 187+166+201=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6C9 is #445936. Grayscale: #B0B0B0. Windows color (decimal): -4479287 or 13215419. OLE color: 13215419.

HSL color Cylindrical-coordinate representation of color #BBA6C9: hue angle of 276º 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 #BBA6C9 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 166 201 -
CMYK 0.07 0.17 0 0.21
HSL 276º 0.24% 0.72% -
HSV(B) 276º 0.17% 0.79% -
XYZ 44.67 42.05 61.02 -
YUV 176.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 187 166 201 0.07 0.17 0 0.21 276 0.24 0.72
Hex BB A6 C9 7 11 0 15 114 18 48
Octal 273 246 311 7 21 0 25 424 30 110
Binary 10111011 10100110 11001001 111 10001 0 10101 100010100 11000 1001000

Color Harmonies of #BBA6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6C9

Black with #BBA6C9

Text Example


Text Example

White with #BBA6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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