Html Css Color HEX #BCA6CF Perfume

📋 copy color: '#BCA6CF'

red 188 ◦ green 166 ◦ blue 207

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

Shades of Perfume #BCA6CF

Tints of Perfume #BCA6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.59%

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 33.51%
G = 29.59%
B = 36.9%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCA6CF (or 0xBCA6CF) is known color: Perfume. HEX triplet: BC, A6 and CF. RGB value is (188,166,207). Sum of RGB (Red+Green+Blue) = 188+166+207=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6CF is #435930. Grayscale: #B1B1B1. Windows color (decimal): -4413745 or 13608636. OLE color: 13608636.

HSL color Cylindrical-coordinate representation of color #BCA6CF: hue angle of 272.2º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA6CF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 166 207 -
CMYK 0.09 0.20 0 0.19
HSL 272.2º 0.3% 0.73% -
HSV(B) 272.2º 0.2% 0.81% -
XYZ 45.64 42.47 64.82 -
YUV 177.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 188 166 207 0.09 0.20 0 0.19 272.2 0.3 0.73
Hex BC A6 CF 9 14 0 13 110 1E 49
Octal 274 246 317 11 24 0 23 420 36 111
Binary 10111100 10100110 11001111 1001 10100 0 10011 100010000 11110 1001001

Color Harmonies of #BCA6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6CF

Black with #BCA6CF

Text Example


Text Example

White with #BCA6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6CF; }

 p { color: rgb(188,166,207); }

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

background-color css

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

 a { background-color: rgb(188,166,207); }

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

border-color css

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

 span { border-color: rgb(188,166,207); }

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