Html Css Color HEX #BCA4EC Perfume

📋 copy color: '#BCA4EC'

red 188 ◦ green 164 ◦ blue 236

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

Shades of Perfume #BCA4EC

Tints of Perfume #BCA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.89%

 BLUE value IS 236 (92.58% from 255) = 40.14%

R = 31.97%
G = 27.89%
B = 40.14%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCA4EC (or 0xBCA4EC) is known color: Perfume. HEX triplet: BC, A4 and EC. RGB value is (188,164,236). Sum of RGB (Red+Green+Blue) = 188+164+236=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA4EC is #435B13. Grayscale: #B3B3B3. Windows color (decimal): -4414228 or 15508668. OLE color: 15508668.

HSL color Cylindrical-coordinate representation of color #BCA4EC: hue angle of 260º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA4EC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 164 236 -
CMYK 0.20 0.31 0 0.07
HSL 260º 0.65% 0.78% -
HSV(B) 260º 0.31% 0.93% -
XYZ 49.15 43.3 85.12 -
YUV 179.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 188 164 236 0.20 0.31 0 0.07 260 0.65 0.78
Hex BC A4 EC 14 1F 0 7 104 41 4E
Octal 274 244 354 24 37 0 7 404 101 116
Binary 10111100 10100100 11101100 10100 11111 0 111 100000100 1000001 1001110

Color Harmonies of #BCA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4EC

Black with #BCA4EC

Text Example


Text Example

White with #BCA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4EC; }

 p { color: rgb(188,164,236); }

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

background-color css

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

 a { background-color: rgb(188,164,236); }

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

border-color css

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

 span { border-color: rgb(188,164,236); }

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