#BCA2CB

Color #BCA2CB Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BCA2CB

Tints of Perfume #BCA2CB

Color information

#BCA2CB (or 0xBCA2CB) is unknown color: approx Perfume. HEX triplet: BC, A2 and CB. RGB value is (188,162,203). Sum of RGB (Red+Green+Blue) = 188+162+203=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2CB is #435D34. Grayscale: #AEAEAE. Windows color (decimal): -4414773 or 13345468. OLE color: 13345468.

HSL color Cylindrical-coordinate representation of color #BCA2CB: hue angle of 278.05º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA2CB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188162203-
CMYK0.070.2000.20
HSL278.05º28.28%71.57%-
HSV(B)278.05º20.2%79.61%-
XYZ44.4440.8462.04-
YUV174.45144.11137.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=34.00%
G=29.29%
B=36.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881622030.070.2000.20278.0528.2871.57
HexBCA2CB7140141161c48
Octal27424231372402442634110
Binary10111100101000101100101111110100010100100010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2CB; }

 p { color: rgb(188,162,203); }

 H1.HeaderClassName
 {
   color: #BCA2CB;
 }
 .AnyTagClassName
 {
   color: #BCA2CB;
 }
</style>
background-color css

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

 a { background-color: rgb(188,162,203); }

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

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

 span { border-color: rgb(188,162,203); }

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