Html Css Color HEX #BBA4CE Perfume

📋 copy color: '#BBA4CE'

red 187 ◦ green 164 ◦ blue 206

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

Shades of Perfume #BBA4CE

Tints of Perfume #BBA4CE

RGB

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

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

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

R = 33.57%
G = 29.44%
B = 36.98%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBA4CE (or 0xBBA4CE) is known color: Perfume. HEX triplet: BB, A4 and CE. RGB value is (187,164,206). Sum of RGB (Red+Green+Blue) = 187+164+206=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4CE is #445B31. Grayscale: #AFAFAF. Windows color (decimal): -4479794 or 13542587. OLE color: 13542587.

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

Color convert

RGB 187 164 206 -
CMYK 0.09 0.20 0 0.19
HSL 272.86º 0.3% 0.73% -
HSV(B) 272.86º 0.2% 0.81% -
XYZ 44.91 41.57 64.05 -
YUV 175.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 187 164 206 0.09 0.20 0 0.19 272.86 0.3 0.73
Hex BB A4 CE 9 14 0 13 111 1E 49
Octal 273 244 316 11 24 0 23 421 36 111
Binary 10111011 10100100 11001110 1001 10100 0 10011 100010001 11110 1001001

Color Harmonies of #BBA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4CE

Black with #BBA4CE

Text Example


Text Example

White with #BBA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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