Html Css Color HEX #BCA0CE Perfume

📋 copy color: '#BCA0CE'

red 188 ◦ green 160 ◦ blue 206

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

Shades of Perfume #BCA0CE

Tints of Perfume #BCA0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 33.94%
G = 28.88%
B = 37.18%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCA0CE (or 0xBCA0CE) is known color: Perfume. HEX triplet: BC, A0 and CE. RGB value is (188,160,206). Sum of RGB (Red+Green+Blue) = 188+160+206=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0CE is #435F31. Grayscale: #ADADAD. Windows color (decimal): -4415282 or 13541564. OLE color: 13541564.

HSL color Cylindrical-coordinate representation of color #BCA0CE: hue angle of 276.52º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA0CE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 160 206 -
CMYK 0.09 0.22 0 0.19
HSL 276.52º 0.32% 0.72% -
HSV(B) 276.52º 0.22% 0.81% -
XYZ 44.45 40.29 63.83 -
YUV 173.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 188 160 206 0.09 0.22 0 0.19 276.52 0.32 0.72
Hex BC A0 CE 9 16 0 13 115 20 48
Octal 274 240 316 11 26 0 23 425 40 110
Binary 10111100 10100000 11001110 1001 10110 0 10011 100010101 100000 1001000

Color Harmonies of #BCA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0CE

Black with #BCA0CE

Text Example


Text Example

White with #BCA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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