Html Css Color HEX #BBA7CD Perfume

📋 copy color: '#BBA7CD'

red 187 ◦ green 167 ◦ blue 205

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

Shades of Perfume #BBA7CD

Tints of Perfume #BBA7CD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.87%

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

R = 33.45%
G = 29.87%
B = 36.67%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBA7CD (or 0xBBA7CD) is known color: Perfume. HEX triplet: BB, A7 and CD. RGB value is (187,167,205). Sum of RGB (Red+Green+Blue) = 187+167+205=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBA7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7CD is #445832. Grayscale: #B1B1B1. Windows color (decimal): -4479027 or 13477819. OLE color: 13477819.

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

Color convert

RGB 187 167 205 -
CMYK 0.09 0.19 0 0.20
HSL 271.58º 0.28% 0.73% -
HSV(B) 271.58º 0.19% 0.8% -
XYZ 45.33 42.61 63.59 -
YUV 177.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 187 167 205 0.09 0.19 0 0.20 271.58 0.28 0.73
Hex BB A7 CD 9 13 0 14 110 1C 49
Octal 273 247 315 11 23 0 24 420 34 111
Binary 10111011 10100111 11001101 1001 10011 0 10100 100010000 11100 1001001

Color Harmonies of #BBA7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7CD

Black with #BBA7CD

Text Example


Text Example

White with #BBA7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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