Html Css Color HEX #BCA3EA Perfume

📋 copy color: '#BCA3EA'

red 188 ◦ green 163 ◦ blue 234

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

Shades of Perfume #BCA3EA

Tints of Perfume #BCA3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40%

R = 32.14%
G = 27.86%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCA3EA (or 0xBCA3EA) is known color: Perfume. HEX triplet: BC, A3 and EA. RGB value is (188,163,234). Sum of RGB (Red+Green+Blue) = 188+163+234=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA3EA is #435C15. Grayscale: #B2B2B2. Windows color (decimal): -4414486 or 15377340. OLE color: 15377340.

HSL color Cylindrical-coordinate representation of color #BCA3EA: hue angle of 261.13º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA3EA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 163 234 -
CMYK 0.20 0.30 0 0.08
HSL 261.13º 0.63% 0.78% -
HSV(B) 261.13º 0.3% 0.92% -
XYZ 48.69 42.83 83.54 -
YUV 178.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 188 163 234 0.20 0.30 0 0.08 261.13 0.63 0.78
Hex BC A3 EA 14 1E 0 8 105 3F 4E
Octal 274 243 352 24 36 0 10 405 77 116
Binary 10111100 10100011 11101010 10100 11110 0 1000 100000101 111111 1001110

Color Harmonies of #BCA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3EA

Black with #BCA3EA

Text Example


Text Example

White with #BCA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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