Html Css Color HEX #BCA3ED Perfume

📋 copy color: '#BCA3ED'

red 188 ◦ green 163 ◦ blue 237

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

Shades of Perfume #BCA3ED

Tints of Perfume #BCA3ED

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.72%

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

R = 31.97%
G = 27.72%
B = 40.31%

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

#BCA3ED (or 0xBCA3ED) is known color: Perfume. HEX triplet: BC, A3 and ED. RGB value is (188,163,237). Sum of RGB (Red+Green+Blue) = 188+163+237=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCA3ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3ED is #435C12. Grayscale: #B2B2B2. Windows color (decimal): -4414483 or 15573948. OLE color: 15573948.

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

Color convert

RGB 188 163 237 -
CMYK 0.21 0.31 0 0.07
HSL 260.27º 0.67% 0.78% -
HSV(B) 260.27º 0.31% 0.93% -
XYZ 49.12 43 85.83 -
YUV 178.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 188 163 237 0.21 0.31 0 0.07 260.27 0.67 0.78
Hex BC A3 ED 15 1F 0 7 104 43 4E
Octal 274 243 355 25 37 0 7 404 103 116
Binary 10111100 10100011 11101101 10101 11111 0 111 100000100 1000011 1001110

Color Harmonies of #BCA3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3ED

Black with #BCA3ED

Text Example


Text Example

White with #BCA3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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