Html Css Color HEX #BCACCA Perfume

📋 copy color: '#BCACCA'

red 188 ◦ green 172 ◦ blue 202

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

Shades of Perfume #BCACCA

Tints of Perfume #BCACCA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.6%

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

R = 33.45%
G = 30.6%
B = 35.94%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCACCA (or 0xBCACCA) is known color: Perfume. HEX triplet: BC, AC and CA. RGB value is (188,172,202). Sum of RGB (Red+Green+Blue) = 188+172+202=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACCA is #435335. Grayscale: #B4B4B4. Windows color (decimal): -4412214 or 13282492. OLE color: 13282492.

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

Color convert

RGB 188 172 202 -
CMYK 0.07 0.15 0 0.21
HSL 272º 0.22% 0.73% -
HSV(B) 272º 0.15% 0.79% -
XYZ 46.15 44.46 62.03 -
YUV 180.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 188 172 202 0.07 0.15 0 0.21 272 0.22 0.73
Hex BC AC CA 7 F 0 15 110 16 49
Octal 274 254 312 7 17 0 25 420 26 111
Binary 10111100 10101100 11001010 111 1111 0 10101 100010000 10110 1001001

Color Harmonies of #BCACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACCA

Black with #BCACCA

Text Example


Text Example

White with #BCACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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