Html Css Color HEX #BCA6ED Perfume

📋 copy color: '#BCA6ED'

red 188 ◦ green 166 ◦ blue 237

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

Shades of Perfume #BCA6ED

Tints of Perfume #BCA6ED

RGB

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

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

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

R = 31.81%
G = 28.09%
B = 40.1%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCA6ED (or 0xBCA6ED) is known color: Perfume. HEX triplet: BC, A6 and ED. RGB value is (188,166,237). Sum of RGB (Red+Green+Blue) = 188+166+237=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA6ED is #435912. Grayscale: #B4B4B4. Windows color (decimal): -4413715 or 15574716. OLE color: 15574716.

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

Color convert

RGB 188 166 237 -
CMYK 0.21 0.30 0 0.07
HSL 258.59º 0.66% 0.79% -
HSV(B) 258.59º 0.3% 0.93% -
XYZ 49.66 44.08 86.01 -
YUV 180.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 188 166 237 0.21 0.30 0 0.07 258.59 0.66 0.79
Hex BC A6 ED 15 1E 0 7 103 42 4F
Octal 274 246 355 25 36 0 7 403 102 117
Binary 10111100 10100110 11101101 10101 11110 0 111 100000011 1000010 1001111

Color Harmonies of #BCA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6ED

Black with #BCA6ED

Text Example


Text Example

White with #BCA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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