Html Css Color HEX #BBA9CE Perfume

📋 copy color: '#BBA9CE'

red 187 ◦ green 169 ◦ blue 206

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

Shades of Perfume #BBA9CE

Tints of Perfume #BBA9CE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.07%

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 33.27%
G = 30.07%
B = 36.65%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBA9CE (or 0xBBA9CE) is known color: Perfume. HEX triplet: BB, A9 and CE. RGB value is (187,169,206). Sum of RGB (Red+Green+Blue) = 187+169+206=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9CE is #445631. Grayscale: #B2B2B2. Windows color (decimal): -4478514 or 13543867. OLE color: 13543867.

HSL color Cylindrical-coordinate representation of color #BBA9CE: hue angle of 269.19º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA9CE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 169 206 -
CMYK 0.09 0.18 0 0.19
HSL 269.19º 0.27% 0.74% -
HSV(B) 269.19º 0.18% 0.81% -
XYZ 45.82 43.4 64.35 -
YUV 178.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 187 169 206 0.09 0.18 0 0.19 269.19 0.27 0.74
Hex BB A9 CE 9 12 0 13 10D 1B 4A
Octal 273 251 316 11 22 0 23 415 33 112
Binary 10111011 10101001 11001110 1001 10010 0 10011 100001101 11011 1001010

Color Harmonies of #BBA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9CE

Black with #BBA9CE

Text Example


Text Example

White with #BBA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9CE; }

 p { color: rgb(187,169,206); }

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

background-color css

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

 a { background-color: rgb(187,169,206); }

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

border-color css

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

 span { border-color: rgb(187,169,206); }

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