Html Css Color HEX #BCA0D4 Perfume

📋 copy color: '#BCA0D4'

red 188 ◦ green 160 ◦ blue 212

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

Shades of Perfume #BCA0D4

Tints of Perfume #BCA0D4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.57%

 BLUE value IS 212 (83.2% from 255) = 37.86%

R = 33.57%
G = 28.57%
B = 37.86%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCA0D4 (or 0xBCA0D4) is known color: Perfume. HEX triplet: BC, A0 and D4. RGB value is (188,160,212). Sum of RGB (Red+Green+Blue) = 188+160+212=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCA0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0D4 is #435F2B. Grayscale: #AEAEAE. Windows color (decimal): -4415276 or 13934780. OLE color: 13934780.

HSL color Cylindrical-coordinate representation of color #BCA0D4: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCA0D4 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 160 212 -
CMYK 0.11 0.25 0 0.17
HSL 272.31º 0.38% 0.73% -
HSV(B) 272.31º 0.25% 0.83% -
XYZ 45.19 40.59 67.74 -
YUV 174.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 188 160 212 0.11 0.25 0 0.17 272.31 0.38 0.73
Hex BC A0 D4 B 19 0 11 110 26 49
Octal 274 240 324 13 31 0 21 420 46 111
Binary 10111100 10100000 11010100 1011 11001 0 10001 100010000 100110 1001001

Color Harmonies of #BCA0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0D4

Black with #BCA0D4

Text Example


Text Example

White with #BCA0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0D4; }

 p { color: rgb(188,160,212); }

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

background-color css

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

 a { background-color: rgb(188,160,212); }

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

border-color css

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

 span { border-color: rgb(188,160,212); }

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