Html Css Color HEX #BCAACC Perfume

📋 copy color: '#BCAACC'

red 188 ◦ green 170 ◦ blue 204

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

Shades of Perfume #BCAACC

Tints of Perfume #BCAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 33.45%
G = 30.25%
B = 36.3%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCAACC (or 0xBCAACC) is known color: Perfume. HEX triplet: BC, AA and CC. RGB value is (188,170,204). Sum of RGB (Red+Green+Blue) = 188+170+204=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAACC is #435533. Grayscale: #B3B3B3. Windows color (decimal): -4412724 or 13413052. OLE color: 13413052.

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

Color convert

RGB 188 170 204 -
CMYK 0.08 0.17 0 0.2
HSL 271.76º 0.25% 0.73% -
HSV(B) 271.76º 0.17% 0.8% -
XYZ 46.01 43.8 63.16 -
YUV 179.26 141.96 134.24 -
System Red Green Blue C M Y K H S L
Decimal 188 170 204 0.08 0.17 0 0.2 271.76 0.25 0.73
Hex BC AA CC 8 11 0 14 110 19 49
Octal 274 252 314 10 21 0 24 420 31 111
Binary 10111100 10101010 11001100 1000 10001 0 10100 100010000 11001 1001001

Color Harmonies of #BCAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAACC

Black with #BCAACC

Text Example


Text Example

White with #BCAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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