Html Css Color HEX #BCA4F6 Perfume

📋 copy color: '#BCA4F6'

red 188 ◦ green 164 ◦ blue 246

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

Shades of Perfume #BCA4F6

Tints of Perfume #BCA4F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.14%

R = 31.44%
G = 27.42%
B = 41.14%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCA4F6 (or 0xBCA4F6) is known color: Perfume. HEX triplet: BC, A4 and F6. RGB value is (188,164,246). Sum of RGB (Red+Green+Blue) = 188+164+246=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCA4F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA4F6 is #435B09. Grayscale: #B4B4B4. Windows color (decimal): -4414218 or 16164028. OLE color: 16164028.

HSL color Cylindrical-coordinate representation of color #BCA4F6: hue angle of 257.56º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCA4F6 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 164 246 -
CMYK 0.24 0.33 0 0.04
HSL 257.56º 0.82% 0.8% -
HSV(B) 257.56º 0.33% 0.96% -
XYZ 50.65 43.9 92.99 -
YUV 180.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 188 164 246 0.24 0.33 0 0.04 257.56 0.82 0.8
Hex BC A4 F6 18 21 0 4 102 52 50
Octal 274 244 366 30 41 0 4 402 122 120
Binary 10111100 10100100 11110110 11000 100001 0 100 100000010 1010010 1010000

Color Harmonies of #BCA4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4F6

Black with #BCA4F6

Text Example


Text Example

White with #BCA4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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