Html Css Color HEX #BCA0F0 Perfume

📋 copy color: '#BCA0F0'

red 188 ◦ green 160 ◦ blue 240

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

Shades of Perfume #BCA0F0

Tints of Perfume #BCA0F0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.21%

 BLUE value IS 240 (94.14% from 255) = 40.82%

R = 31.97%
G = 27.21%
B = 40.82%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCA0F0 (or 0xBCA0F0) is known color: Perfume. HEX triplet: BC, A0 and F0. RGB value is (188,160,240). Sum of RGB (Red+Green+Blue) = 188+160+240=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCA0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0F0 is #435F0F. Grayscale: #B1B1B1. Windows color (decimal): -4415248 or 15769788. OLE color: 15769788.

HSL color Cylindrical-coordinate representation of color #BCA0F0: hue angle of 261º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCA0F0 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 160 240 -
CMYK 0.22 0.33 0 0.06
HSL 261º 0.73% 0.78% -
HSV(B) 261º 0.33% 0.94% -
XYZ 49.04 42.12 87.98 -
YUV 177.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 188 160 240 0.22 0.33 0 0.06 261 0.73 0.78
Hex BC A0 F0 16 21 0 6 105 49 4E
Octal 274 240 360 26 41 0 6 405 111 116
Binary 10111100 10100000 11110000 10110 100001 0 110 100000101 1001001 1001110

Color Harmonies of #BCA0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0F0

Black with #BCA0F0

Text Example


Text Example

White with #BCA0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0F0; }

 p { color: rgb(188,160,240); }

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

background-color css

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

 a { background-color: rgb(188,160,240); }

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

border-color css

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

 span { border-color: rgb(188,160,240); }

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