Html Css Color HEX #BCA2EC Perfume

📋 copy color: '#BCA2EC'

red 188 ◦ green 162 ◦ blue 236

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

Shades of Perfume #BCA2EC

Tints of Perfume #BCA2EC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.65%

 BLUE value IS 236 (92.58% from 255) = 40.27%

R = 32.08%
G = 27.65%
B = 40.27%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCA2EC (or 0xBCA2EC) is known color: Perfume. HEX triplet: BC, A2 and EC. RGB value is (188,162,236). Sum of RGB (Red+Green+Blue) = 188+162+236=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA2EC is #435D13. Grayscale: #B1B1B1. Windows color (decimal): -4414740 or 15508156. OLE color: 15508156.

HSL color Cylindrical-coordinate representation of color #BCA2EC: hue angle of 261.08º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA2EC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 162 236 -
CMYK 0.20 0.31 0 0.07
HSL 261.08º 0.66% 0.78% -
HSV(B) 261.08º 0.31% 0.93% -
XYZ 48.8 42.59 85.01 -
YUV 178.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 188 162 236 0.20 0.31 0 0.07 261.08 0.66 0.78
Hex BC A2 EC 14 1F 0 7 105 42 4E
Octal 274 242 354 24 37 0 7 405 102 116
Binary 10111100 10100010 11101100 10100 11111 0 111 100000101 1000010 1001110

Color Harmonies of #BCA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2EC

Black with #BCA2EC

Text Example


Text Example

White with #BCA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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