Html Css Color HEX #BCAACD Perfume

📋 copy color: '#BCAACD'

red 188 ◦ green 170 ◦ blue 205

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

Shades of Perfume #BCAACD

Tints of Perfume #BCAACD

RGB

 RED value IS 188 (73.83% from 255) = 33.39%

 GREEN value IS 170 (66.8% from 255) = 30.2%

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

R = 33.39%
G = 30.2%
B = 36.41%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCAACD (or 0xBCAACD) is known color: Perfume. HEX triplet: BC, AA and CD. RGB value is (188,170,205). Sum of RGB (Red+Green+Blue) = 188+170+205=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAACD is #435532. Grayscale: #B3B3B3. Windows color (decimal): -4412723 or 13478588. OLE color: 13478588.

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

Color convert

RGB 188 170 205 -
CMYK 0.08 0.17 0 0.20
HSL 270.86º 0.26% 0.74% -
HSV(B) 270.86º 0.17% 0.8% -
XYZ 46.13 43.85 63.79 -
YUV 179.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 188 170 205 0.08 0.17 0 0.20 270.86 0.26 0.74
Hex BC AA CD 8 11 0 14 10F 1A 4A
Octal 274 252 315 10 21 0 24 417 32 112
Binary 10111100 10101010 11001101 1000 10001 0 10100 100001111 11010 1001010

Color Harmonies of #BCAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAACD

Black with #BCAACD

Text Example


Text Example

White with #BCAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAACD; }

 p { color: rgb(188,170,205); }

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

background-color css

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

 a { background-color: rgb(188,170,205); }

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

border-color css

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

 span { border-color: rgb(188,170,205); }

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