Html Css Color HEX #BCA2DC Perfume

📋 copy color: '#BCA2DC'

red 188 ◦ green 162 ◦ blue 220

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

Shades of Perfume #BCA2DC

Tints of Perfume #BCA2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 32.98%
G = 28.42%
B = 38.6%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCA2DC (or 0xBCA2DC) is known color: Perfume. HEX triplet: BC, A2 and DC. RGB value is (188,162,220). Sum of RGB (Red+Green+Blue) = 188+162+220=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2DC is #435D23. Grayscale: #B0B0B0. Windows color (decimal): -4414756 or 14459580. OLE color: 14459580.

HSL color Cylindrical-coordinate representation of color #BCA2DC: hue angle of 266.9º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA2DC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 162 220 -
CMYK 0.15 0.26 0 0.14
HSL 266.9º 0.45% 0.75% -
HSV(B) 266.9º 0.26% 0.86% -
XYZ 46.58 41.7 73.3 -
YUV 176.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 188 162 220 0.15 0.26 0 0.14 266.9 0.45 0.75
Hex BC A2 DC F 1A 0 E 10B 2D 4B
Octal 274 242 334 17 32 0 16 413 55 113
Binary 10111100 10100010 11011100 1111 11010 0 1110 100001011 101101 1001011

Color Harmonies of #BCA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2DC

Black with #BCA2DC

Text Example


Text Example

White with #BCA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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