Html Css Color HEX #BCA3D4 Perfume

📋 copy color: '#BCA3D4'

red 188 ◦ green 163 ◦ blue 212

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

Shades of Perfume #BCA3D4

Tints of Perfume #BCA3D4

RGB

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

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

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

R = 33.39%
G = 28.95%
B = 37.66%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCA3D4 (or 0xBCA3D4) is known color: Perfume. HEX triplet: BC, A3 and D4. RGB value is (188,163,212). Sum of RGB (Red+Green+Blue) = 188+163+212=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCA3D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3D4 is #435C2B. Grayscale: #AFAFAF. Windows color (decimal): -4414508 or 13935548. OLE color: 13935548.

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

Color convert

RGB 188 163 212 -
CMYK 0.11 0.23 0 0.17
HSL 270.61º 0.36% 0.74% -
HSV(B) 270.61º 0.23% 0.83% -
XYZ 45.72 41.64 67.91 -
YUV 176.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 188 163 212 0.11 0.23 0 0.17 270.61 0.36 0.74
Hex BC A3 D4 B 17 0 11 10F 24 4A
Octal 274 243 324 13 27 0 21 417 44 112
Binary 10111100 10100011 11010100 1011 10111 0 10001 100001111 100100 1001010

Color Harmonies of #BCA3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3D4

Black with #BCA3D4

Text Example


Text Example

White with #BCA3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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