Html Css Color HEX #BCA3CE Perfume

📋 copy color: '#BCA3CE'

red 188 ◦ green 163 ◦ blue 206

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

Shades of Perfume #BCA3CE

Tints of Perfume #BCA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.26%

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

R = 33.75%
G = 29.26%
B = 36.98%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCA3CE (or 0xBCA3CE) is known color: Perfume. HEX triplet: BC, A3 and CE. RGB value is (188,163,206). Sum of RGB (Red+Green+Blue) = 188+163+206=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3CE is #435C31. Grayscale: #AFAFAF. Windows color (decimal): -4414514 or 13542332. OLE color: 13542332.

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

Color convert

RGB 188 163 206 -
CMYK 0.09 0.21 0 0.19
HSL 274.88º 0.3% 0.72% -
HSV(B) 274.88º 0.21% 0.81% -
XYZ 44.98 41.34 64 -
YUV 175.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 188 163 206 0.09 0.21 0 0.19 274.88 0.3 0.72
Hex BC A3 CE 9 15 0 13 113 1E 48
Octal 274 243 316 11 25 0 23 423 36 110
Binary 10111100 10100011 11001110 1001 10101 0 10011 100010011 11110 1001000

Color Harmonies of #BCA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3CE

Black with #BCA3CE

Text Example


Text Example

White with #BCA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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