Html Css Color HEX #BCA4DD Perfume

📋 copy color: '#BCA4DD'

red 188 ◦ green 164 ◦ blue 221

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

Shades of Perfume #BCA4DD

Tints of Perfume #BCA4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 32.81%
G = 28.62%
B = 38.57%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCA4DD (or 0xBCA4DD) is known color: Perfume. HEX triplet: BC, A4 and DD. RGB value is (188,164,221). Sum of RGB (Red+Green+Blue) = 188+164+221=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4DD is #435B22. Grayscale: #B1B1B1. Windows color (decimal): -4414243 or 14525628. OLE color: 14525628.

HSL color Cylindrical-coordinate representation of color #BCA4DD: hue angle of 265.26º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA4DD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 164 221 -
CMYK 0.15 0.26 0 0.13
HSL 265.26º 0.46% 0.75% -
HSV(B) 265.26º 0.26% 0.87% -
XYZ 47.07 42.46 74.12 -
YUV 177.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 188 164 221 0.15 0.26 0 0.13 265.26 0.46 0.75
Hex BC A4 DD F 1A 0 D 109 2E 4B
Octal 274 244 335 17 32 0 15 411 56 113
Binary 10111100 10100100 11011101 1111 11010 0 1101 100001001 101110 1001011

Color Harmonies of #BCA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4DD

Black with #BCA4DD

Text Example


Text Example

White with #BCA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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