Html Css Color HEX #BCA4ED Perfume

📋 copy color: '#BCA4ED'

red 188 ◦ green 164 ◦ blue 237

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

Shades of Perfume #BCA4ED

Tints of Perfume #BCA4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 31.92%
G = 27.84%
B = 40.24%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCA4ED (or 0xBCA4ED) is known color: Perfume. HEX triplet: BC, A4 and ED. RGB value is (188,164,237). Sum of RGB (Red+Green+Blue) = 188+164+237=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA4ED is #435B12. Grayscale: #B3B3B3. Windows color (decimal): -4414227 or 15574204. OLE color: 15574204.

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

Color convert

RGB 188 164 237 -
CMYK 0.21 0.31 0 0.07
HSL 259.73º 0.67% 0.79% -
HSV(B) 259.73º 0.31% 0.93% -
XYZ 49.3 43.36 85.89 -
YUV 179.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 188 164 237 0.21 0.31 0 0.07 259.73 0.67 0.79
Hex BC A4 ED 15 1F 0 7 104 43 4F
Octal 274 244 355 25 37 0 7 404 103 117
Binary 10111100 10100100 11101101 10101 11111 0 111 100000100 1000011 1001111

Color Harmonies of #BCA4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4ED

Black with #BCA4ED

Text Example


Text Example

White with #BCA4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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