Html Css Color HEX #BCA3CA Perfume

📋 copy color: '#BCA3CA'

red 188 ◦ green 163 ◦ blue 202

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

Shades of Perfume #BCA3CA

Tints of Perfume #BCA3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 34%
G = 29.48%
B = 36.53%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCA3CA (or 0xBCA3CA) is known color: Perfume. HEX triplet: BC, A3 and CA. RGB value is (188,163,202). Sum of RGB (Red+Green+Blue) = 188+163+202=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3CA is #435C35. Grayscale: #AEAEAE. Windows color (decimal): -4414518 or 13280188. OLE color: 13280188.

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

Color convert

RGB 188 163 202 -
CMYK 0.07 0.19 0 0.21
HSL 278.46º 0.27% 0.72% -
HSV(B) 278.46º 0.19% 0.79% -
XYZ 44.5 41.15 61.47 -
YUV 174.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 188 163 202 0.07 0.19 0 0.21 278.46 0.27 0.72
Hex BC A3 CA 7 13 0 15 116 1B 48
Octal 274 243 312 7 23 0 25 426 33 110
Binary 10111100 10100011 11001010 111 10011 0 10101 100010110 11011 1001000

Color Harmonies of #BCA3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3CA

Black with #BCA3CA

Text Example


Text Example

White with #BCA3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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