Html Css Color HEX #BCA2DD Perfume

📋 copy color: '#BCA2DD'

red 188 ◦ green 162 ◦ blue 221

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

Shades of Perfume #BCA2DD

Tints of Perfume #BCA2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 32.92%
G = 28.37%
B = 38.7%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCA2DD (or 0xBCA2DD) is known color: Perfume. HEX triplet: BC, A2 and DD. RGB value is (188,162,221). Sum of RGB (Red+Green+Blue) = 188+162+221=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2DD is #435D22. Grayscale: #B0B0B0. Windows color (decimal): -4414755 or 14525116. OLE color: 14525116.

HSL color Cylindrical-coordinate representation of color #BCA2DD: hue angle of 266.44º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA2DD is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 162 221 -
CMYK 0.15 0.27 0 0.13
HSL 266.44º 0.46% 0.75% -
HSV(B) 266.44º 0.27% 0.87% -
XYZ 46.71 41.75 74 -
YUV 176.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 188 162 221 0.15 0.27 0 0.13 266.44 0.46 0.75
Hex BC A2 DD F 1B 0 D 10A 2E 4B
Octal 274 242 335 17 33 0 15 412 56 113
Binary 10111100 10100010 11011101 1111 11011 0 1101 100001010 101110 1001011

Color Harmonies of #BCA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2DD

Black with #BCA2DD

Text Example


Text Example

White with #BCA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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