Html Css Color HEX #BCAACA Perfume

📋 copy color: '#BCAACA'

red 188 ◦ green 170 ◦ blue 202

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

Shades of Perfume #BCAACA

Tints of Perfume #BCAACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 33.57%
G = 30.36%
B = 36.07%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCAACA (or 0xBCAACA) is known color: Perfume. HEX triplet: BC, AA and CA. RGB value is (188,170,202). Sum of RGB (Red+Green+Blue) = 188+170+202=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAACA is #435535. Grayscale: #B2B2B2. Windows color (decimal): -4412726 or 13281980. OLE color: 13281980.

HSL color Cylindrical-coordinate representation of color #BCAACA: hue angle of 273.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCAACA is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 170 202 -
CMYK 0.07 0.16 0 0.21
HSL 273.75º 0.23% 0.73% -
HSV(B) 273.75º 0.16% 0.79% -
XYZ 45.77 43.71 61.9 -
YUV 179.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 188 170 202 0.07 0.16 0 0.21 273.75 0.23 0.73
Hex BC AA CA 7 10 0 15 112 17 49
Octal 274 252 312 7 20 0 25 422 27 111
Binary 10111100 10101010 11001010 111 10000 0 10101 100010010 10111 1001001

Color Harmonies of #BCAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAACA

Black with #BCAACA

Text Example


Text Example

White with #BCAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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