Html Css Color HEX #BBA9CD Perfume

📋 copy color: '#BBA9CD'

red 187 ◦ green 169 ◦ blue 205

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

Shades of Perfume #BBA9CD

Tints of Perfume #BBA9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 33.33%
G = 30.12%
B = 36.54%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBA9CD (or 0xBBA9CD) is known color: Perfume. HEX triplet: BB, A9 and CD. RGB value is (187,169,205). Sum of RGB (Red+Green+Blue) = 187+169+205=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9CD is #445632. Grayscale: #B2B2B2. Windows color (decimal): -4478515 or 13478331. OLE color: 13478331.

HSL color Cylindrical-coordinate representation of color #BBA9CD: hue angle of 270º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA9CD is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 169 205 -
CMYK 0.09 0.18 0 0.20
HSL 270º 0.26% 0.73% -
HSV(B) 270º 0.18% 0.8% -
XYZ 45.7 43.35 63.72 -
YUV 178.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 187 169 205 0.09 0.18 0 0.20 270 0.26 0.73
Hex BB A9 CD 9 12 0 14 10E 1A 49
Octal 273 251 315 11 22 0 24 416 32 111
Binary 10111011 10101001 11001101 1001 10010 0 10100 100001110 11010 1001001

Color Harmonies of #BBA9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9CD

Black with #BBA9CD

Text Example


Text Example

White with #BBA9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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