Html Css Color HEX #BBA4CD Perfume

📋 copy color: '#BBA4CD'

red 187 ◦ green 164 ◦ blue 205

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

Shades of Perfume #BBA4CD

Tints of Perfume #BBA4CD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.5%

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

R = 33.63%
G = 29.5%
B = 36.87%

CMYK

 C value IS 0.09

 M value IS 0.2

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBA4CD (or 0xBBA4CD) is known color: Perfume. HEX triplet: BB, A4 and CD. RGB value is (187,164,205). Sum of RGB (Red+Green+Blue) = 187+164+205=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBA4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4CD is #445B32. Grayscale: #AFAFAF. Windows color (decimal): -4479795 or 13477051. OLE color: 13477051.

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

Color convert

RGB 187 164 205 -
CMYK 0.09 0.2 0 0.20
HSL 273.66º 0.29% 0.72% -
HSV(B) 273.66º 0.2% 0.8% -
XYZ 44.79 41.52 63.41 -
YUV 175.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 187 164 205 0.09 0.2 0 0.20 273.66 0.29 0.72
Hex BB A4 CD 9 14 0 14 112 1D 48
Octal 273 244 315 11 24 0 24 422 35 110
Binary 10111011 10100100 11001101 1001 10100 0 10100 100010010 11101 1001000

Color Harmonies of #BBA4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4CD

Black with #BBA4CD

Text Example


Text Example

White with #BBA4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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